MCPcopy Create free account
hub / github.com/KDE/falkon / GM_deleteValue

Function GM_deleteValue

src/plugins/GreaseMonkey/data/values.js:5–7  ·  view source on GitHub ↗
(aKey)

Source from the content-addressed store, hash-verified

3// %1 - unique script id
4
5function GM_deleteValue(aKey) {
6 localStorage.removeItem("%1" + aKey);
7}
8
9function GM_getValue(aKey, aDefault) {
10 var val = localStorage.getItem("%1" + aKey)

Callers

nothing calls this directly

Calls 1

removeItemMethod · 0.45

Tested by

no test coverage detected