MCPcopy Create free account
hub / github.com/Wscats/chrome-devtools-cli / send

Method send

src/core/panel.ts:65–67  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

63 port.onMessage.addListener(fn);
64 },
65 send(data) {
66 port.postMessage(data);
67 }
68 };
69 };
70}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected