Get a value from chrome.storage.local
data key
value from storage, null if not found unless default is provided
Get a value from chrome.storage.local
data key
optional default value if not found
value from storage, null if not found unless default is provided
Get a value from chrome.storage.local
data key
optional default value if not found
value from storage, null if not found unless default is provided
Get a value from chrome.storage.local
data key
optional default value if not found
value from storage, null if not found unless default is provided
Get a value from chrome.storage.local
data key
optional default value if not found
value from storage, null if not found unless default is provided
Save a value to chrome.storage.local only if there is enough room
data key
data value
optional key to a boolean value that is true if the primary key has non-empty value
true if value was set successfully
Get a json parsed value from localStorage
key to get value for
json object or string, null if key does not exist and no default specified
Get a json parsed value from localStorage
key to get value for
optional value if key not found
json object or string, null if key does not exist and no default specified
Get a json parsed value from localStorage
key to get value for
optional value if key not found
json object or string, null if key does not exist and no default specified
Get a json parsed value from localStorage
key to get value for
optional value if key not found
json object or string, null if key does not exist and no default specified
Get a json parsed value from localStorage
key to get value for
optional value if key not found
json object or string, null if key does not exist and no default specified
Save a value to localStorage only if there is enough room
localStorage Key
value to save
optional key to a boolean value that is true if the primary key has non-empty value
true if value was set successfully
JSON stringify and save a value to localStorage
key to set value for
new value, if null remove item
Generated using TypeDoc
Manage items in storage