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

Function send

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

Source from the content-addressed store, hash-verified

35 };
36 },
37 send(event: string, payload: any, transferable?: Array<any>) {
38 contentWindow.postMessage({event, payload}, '*', transferable);
39 },
40 };
41 }
42

Callers

nothing calls this directly

Calls 1

postMessageMethod · 0.80

Tested by

no test coverage detected