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:46–50 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
44
}
45
46
removeItem(key) {
47
key = `${key}`;
48
super.removeItem(key);
49
itemRemoved(key, false);
50
}
51
52
clear() {
53
super.clear();
Callers
14
removeItem
Method · 0.45
main
Function · 0.45
test-inspector-dom-storage.mjs
File · 0.45
step3
Function · 0.45
step4
Function · 0.45
storage_in.window.js
File · 0.45
step3
Function · 0.45
step4
Function · 0.45
missing_arguments.window.js
File · 0.45
step3
Function · 0.45
step4
Function · 0.45
storage_removeitem.window.js
File · 0.45
Calls
1
itemRemoved
Function · 0.85
Tested by
no test coverage detected