Preparing search index...
The search index is not available
BrowserFS DOM
BrowserFS DOM
StorageStore
Class StorageStore
A synchronous key-value store backed by Storage.
Hierarchy
StorageStore
Implements
SyncKeyValueStore
SimpleSyncStore
Index
Constructors
constructor
Properties
_storage
Methods
begin
Transaction
clear
del
get
name
put
Constructors
constructor
new
Storage
Store
(
_storage
)
:
StorageStore
Parameters
_storage
:
Storage
Returns
StorageStore
Properties
Protected
_storage
_storage
:
Storage
Methods
begin
Transaction
begin
Transaction
(
type
)
:
SyncKeyValueRWTransaction
Parameters
type
:
string
Returns
SyncKeyValueRWTransaction
clear
clear
(
)
:
void
Returns
void
del
del
(
key
)
:
void
Parameters
key
:
string
Returns
void
get
get
(
key
)
:
Uint8Array
Parameters
key
:
string
Returns
Uint8Array
name
name
(
)
:
string
Returns
string
put
put
(
key
,
data
,
overwrite
)
:
boolean
Parameters
key
:
string
data
:
Uint8Array
overwrite
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
_storage
begin
Transaction
clear
del
get
name
put
BrowserFS DOM
HTTPRequest
IndexedDBFileSystem
StorageFileSystem
WorkerFS
FileSystemAccessFile
FileSystemAccessFileSystem
HTTPRequest
IndexedDBFileSystem
IndexedDBStore
StorageFileSystem
StorageStore
WorkerFS
HTTPRequestIndex
Generated using
TypeDoc
A synchronous key-value store backed by Storage.