MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / sendHttpRequested

Function sendHttpRequested

src/injected/content/requests.js:187–189  ·  view source on GitHub ↗
(msg, realm)

Source from the content-addressed store, hash-verified

185}
186
187function sendHttpRequested(msg, realm) {
188 bridge.post('HttpRequested', msg, realm);
189}
190
191/**
192 * Only a content script can read blobs from an extension:// URL

Callers 2

HttpRequestedFunction · 0.85
requestVirtualUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected