MCPcopy Create free account
hub / github.com/SplootCode/splootcode / sendToParent

Function sendToParent

packages/runtime-web/index.ts:28–30  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

26const PARENT_TARGET_DOMAIN = process.env.EDITOR_DOMAIN
27
28function sendToParent(payload) {
29 parent.postMessage(payload, PARENT_TARGET_DOMAIN)
30}
31
32function sendToServiceWorker(payload) {
33 serviceWorkerRegistration.active.postMessage(payload)

Callers 2

sendHeartbeatFunction · 0.85

Calls 1

postMessageMethod · 0.80

Tested by

no test coverage detected