Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ removeItem
Method
removeItem
lib/internal/inspector/webstorage.js:21–25 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
19
}
20
21
removeItem(key) {
22
key = `${key}`;
23
super.removeItem(key);
24
itemRemoved(key, true);
25
}
26
27
clear() {
28
super.clear();
Callers
nothing calls this directly
Calls
2
itemRemoved
Function · 0.85
removeItem
Method · 0.45
Tested by
no test coverage detected