MCPcopy
hub / github.com/darkreader/darkreader / remove

Method remove

src/background/devtools.ts:15–15  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

13 get(key: string): Promise<string | null>;
14 set(key: string, value: string): Promise<void> | void;
15 remove(key: string): Promise<void> | void;
16 has(key: string): Promise<boolean> | boolean;
17}
18

Callers 15

interceptOldScriptFunction · 0.65
disableWPDarkModeFunction · 0.65
removeFontCSSFunction · 0.65
mv3-proxy.tsFile · 0.65
removeStyleContainerFunction · 0.65
removeMethod · 0.65
resetDetectorHintsMethod · 0.65
resetInversionFixesMethod · 0.65
resetStaticThemesMethod · 0.65
removeSyncStorageFunction · 0.65

Implementers 2

PersistentStorageWrappersrc/background/devtools.ts
TempStoragesrc/background/devtools.ts

Calls

no outgoing calls

Tested by

no test coverage detected