Dependencies for createNotifyProxy.
createNotifyProxy
const proxy = createNotifyProxy({ runtime: shellBridge.runtime, originRegistry,}); Copy
const proxy = createNotifyProxy({ runtime: shellBridge.runtime, originRegistry,});
Origin registry for resolving windowId → iframe Window.
The runtime engine that owns notify.* dispatch (Plan 12-07).
Dependencies for
createNotifyProxy.Example