MCPcopy Index your code
hub / github.com/react/react / send

Function send

packages/react-devtools-extensions/src/contentScripts/backendManager.js:136–145  ·  view source on GitHub ↗
(event: string, payload: any, transferable?: Array<any>)

Source from the content-addressed store, hash-verified

134 };
135 },
136 send(event: string, payload: any, transferable?: Array<any>) {
137 window.postMessage(
138 {
139 source: 'react-devtools-bridge',
140 payload: {event, payload},
141 },
142 '*',
143 transferable,
144 );
145 },
146 });
147
148 const agent = new Agent(

Callers

nothing calls this directly

Calls 1

postMessageMethod · 0.80

Tested by

no test coverage detected