MCPcopy
hub / github.com/facebook/react / send

Function send

packages/react-devtools-inline/src/backend.js:123–125  ·  view source on GitHub ↗
(event: string, payload: any, transferable?: Array<any>)

Source from the content-addressed store, hash-verified

121 };
122 },
123 send(event: string, payload: any, transferable?: Array<any>) {
124 parent.postMessage({event, payload}, '*', transferable);
125 },
126 };
127 }
128

Callers

nothing calls this directly

Calls 1

postMessageMethod · 0.80

Tested by

no test coverage detected