Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sandpack/nodebox-runtime
/
Class
packages/nodebox/src/messages.ts:104–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
type
MaybePromise<T> = T | Promise<T>;
103
104
export
class
MessageReceiver {
105
private emitter: EventTarget;
106
private senderPort: MessagePort = null as any;
107
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected