MCPcopy Index your code
hub / github.com/nodejs/node / itemRemoved

Function itemRemoved

lib/internal/inspector/webstorage.js:83–92  ·  view source on GitHub ↗
(key, isLocalStorage)

Source from the content-addressed store, hash-verified

81}
82
83function itemRemoved(key, isLocalStorage) {
84 DOMStorage.domStorageItemRemoved({
85 key,
86 storageId: {
87 securityOrigin: '',
88 isLocalStorage,
89 storageKey: getStorageKey(),
90 },
91 });
92}
93
94function itemsCleared(isLocalStorage) {
95 DOMStorage.domStorageItemsCleared({

Callers 2

removeItemMethod · 0.85
removeItemMethod · 0.85

Calls 1

getStorageKeyFunction · 0.85

Tested by

no test coverage detected