MCPcopy
hub / github.com/philc/vimium / postMessage

Method postMessage

content_scripts/ui_component.js:157–159  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

155 // Send a message to this UIComponent's iframe's page.
156 // - data: an object with at least a `name` field.
157 async postMessage(data) {
158 (await this.iframePort).postMessage(data);
159 }
160
161 // Show the UIComponent.
162 // - messageData: a message to send to the underlying iframe via `postMessage`.

Callers 14

showMethod · 0.95
hideMethod · 0.95
hideMethod · 0.80
hideFunction · 0.80
onKeyEventFunction · 0.80
showFindModeFunction · 0.80
copyToClipboardFunction · 0.80
pasteFromClipboardFunction · 0.80
postMessageFunction · 0.80
loadMethod · 0.80
searchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected