Readonly
maxReadonly
maxReadonly
versionA basic hash function.
The string to be hashed.
The hash of the string.
Calculates the maximum length of a chunk.
The key of the chunk.
The maximum length of the chunk.
The maximum length of the chunk.
Clears all objects from chrome.storage.sync.
The callback function.
Extracts the keys from a split object.
The split object.
The keys of the object.
Gets an object from chrome.storage.sync.
The keys of the object to be retrieved.
The callback function.
Gets the bytes in use by an object in chrome.storage.sync.
The keys of the object.
The callback function.
Gets the key prefix.
The key prefix.
Gets the keys of an object.
The object.
The keys of the object.
Gets the request keys for a given set of keys.
The keys.
The request keys.
Gets the storage key for a given key and postfix.
The key.
The postfix.
The storage key.
Reconstructs an object from its chunks.
The object with the split chunks.
The keys of the object to be reconstructed.
The reconstructed object.
Removes an object from chrome.storage.sync.
The keys of the object to be removed.
The callback function.
Sets an object in chrome.storage.sync.
The object to be stored.
The callback function.
Sets the key prefix.
The new key prefix.
Splits an object into smaller chunks to be stored in chrome.storage.sync.
The object to be stored.
The maximum length of each chunk.
The object with the split chunks.
A class to store large objects in chrome.storage.sync.