MCPcopy
hub / github.com/vuejs/devtools-v6 / send

Function send

packages/shell-firefox/src/devtools.js:62–69  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

60 onMessageHandlers.push(fn)
61 },
62 send(data) {
63 if (!disconnected) {
64 // if (process.env.NODE_ENV !== 'production') {
65 // console.log('[chrome] devtools -> backend', data)
66 // }
67 port.postMessage(data)
68 }
69 },
70 })
71
72 bridge.on(BridgeEvents.TO_FRONT_RECONNECTED, () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected