Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ clear
Method
clear
examples/io/storage/webstorage/webstorage.js:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
this.#kvp.delete(key);
64
}
65
clear() {
66
Array.from(this.#kvp).forEach(key => this.#kvp.delete(key));
67
}
68
}
69
70
export
default WebStorage;
Callers
15
onFunctionCall
Function · 0.45
onDisconnected
Method · 0.45
onPlaybackInfoChanged
Method · 0.45
onTrackChanged
Method · 0.45
startButtonTimer
Method · 0.45
startPlaybackTimer
Method · 0.45
startTextTickerTimer
Method · 0.45
stop
Method · 0.45
stopMeasurements
Method · 0.45
stopMeasurements
Method · 0.45
stopMeasurements
Method · 0.45
onDisconnected
Method · 0.45
Calls
2
from
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected