Search
Preparing search index...
The search index is not available
signal
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
signal
types/storage
IStorageDriver
Interface IStorageDriver
Hierarchy
IStorage
IStorageDriver
Implemented by
Cookie
LocalStorage
Index
Properties
clear
All
get
name
remove
set
support
Properties
clear
All
clear
All
:
(
)
=>
Promise
<
void
>
Type declaration
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
get
get
:
(
key
:
string
)
=>
Promise
<
undefined
|
null
|
string
>
Type declaration
(
key
:
string
)
:
Promise
<
undefined
|
null
|
string
>
Parameters
key:
string
Returns
Promise
<
undefined
|
null
|
string
>
name
name
:
StorageDriverType
remove
remove
:
(
key
:
string
)
=>
Promise
<
void
>
Type declaration
(
key
:
string
)
:
Promise
<
void
>
Parameters
key:
string
Returns
Promise
<
void
>
set
set
:
(
key
:
string
, value
:
string
, opts
?:
ISetOptions
)
=>
Promise
<
void
>
Type declaration
(
key
:
string
, value
:
string
, opts
?:
ISetOptions
)
:
Promise
<
void
>
Parameters
key:
string
value:
string
Optional
opts:
ISetOptions
Returns
Promise
<
void
>
support
support
:
(
)
=>
boolean
Check browser support of the driver
Type declaration
(
)
:
boolean
Returns
boolean
Exports
Signal
errors
errors/
Signal
Error
errors/
Signal
Type
Error
events
events/batch-
event-
calls
storage
storage/
Cookie
storage/
Local
Storage
storage/utils
types
types/batch-
event-
calls
types/global
types/responses
types/storage
Storage
Driver
Type
ISet
Options
IStorage
IStorage
Driver
clear
All
get
name
remove
set
support
IStorage
Value
Drivers
Map
Generated using
TypeDoc
Check browser support of the driver