Remove all items from this storage area.
Get the value for the specified key, or null if the key does not exist in this storage area.
Get all items in this storage area as an array of key-value pairs.
Get the type of this storage area.
Remove the key from the storage if it exists.
If there is no item associated with the key, this method does nothing.
Add the key to the storage, or update that key's value if it already exists.
Adds or updates the items in this storage from the provided list of key-value pairs.
The boolean option emitStorageChangedEngineEvent
controls if
publicationStorageChanged
EngineEvents should be emitted for each item.
Generated using TypeDoc
Provides access to the localStorage or sessionStorage used by scripted content documents.