MCPcopy Create free account
hub / github.com/darkreader/darkreader / doneReceiver

Function doneReceiver

src/inject/dynamic-theme/mv3-proxy.ts:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40function doneReceiver() {
41 document.removeEventListener(EVENT_ARG, dataReceiver);
42 document.removeEventListener(EVENT_DONE, doneReceiver);
43}
44
45function dedicatedPath() {
46 logInfo(`MV3 proxy injector: ${registeredScriptPath ? 'registered' : 'dedicated'} path setup...`);

Callers 1

injectProxyAndCleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…