MCPcopy Create free account
hub / github.com/nodejs/node / itemUpdated

Function itemUpdated

lib/internal/inspector/webstorage.js:70–81  ·  view source on GitHub ↗
(key, oldValue, newValue, isLocalStorage)

Source from the content-addressed store, hash-verified

68}
69
70function itemUpdated(key, oldValue, newValue, isLocalStorage) {
71 DOMStorage.domStorageItemUpdated({
72 key,
73 oldValue,
74 newValue,
75 storageId: {
76 securityOrigin: '',
77 isLocalStorage,
78 storageKey: getStorageKey(),
79 },
80 });
81}
82
83function itemRemoved(key, isLocalStorage) {
84 DOMStorage.domStorageItemRemoved({

Callers 2

setItemMethod · 0.85
setItemMethod · 0.85

Calls 1

getStorageKeyFunction · 0.85

Tested by

no test coverage detected