Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ sendToServiceWorker
Function
sendToServiceWorker
packages/runtime-web/index.ts:32–34 ·
view source on GitHub ↗
(payload)
Source
from the content-addressed store, hash-verified
30
}
31
32
function
sendToServiceWorker(payload) {
33
serviceWorkerRegistration.active.postMessage(payload)
34
}
35
36
function
handleMessageFromServiceWorker(event: MessageEvent) {
37
const
data = event.data
Callers
1
handleMessage
Function · 0.85
Calls
1
postMessage
Method · 0.80
Tested by
no test coverage detected