MCPcopy
hub / github.com/darkreader/darkreader / onFreeze

Function onFreeze

src/inject/index.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196function onFreeze() {
197 sendMessage({type: MessageTypeCStoBG.DOCUMENT_FREEZE});
198}
199
200function onResume() {
201 sendConnectionOrResumeMessage(MessageTypeCStoBG.DOCUMENT_RESUME);

Callers

nothing calls this directly

Calls 1

sendMessageFunction · 0.70

Tested by

no test coverage detected