Constructor
new Data()
- Source:
Extends
Methods
(async) delete(key, key)
Name |
Type |
Description |
key |
string
|
|
key |
|
|
- Inherited From:
- Source:
(async) get(key, defaultValue) → {Promise.<(*|undefined)>}
Name |
Type |
Description |
key |
any
|
|
defaultValue |
any
|
returned only in case undefined would be returned |
- Inherited From:
- Source:
value to store, or undefined in the default value is missing
Type
Promise.<(*|undefined)>
(async) set(key, value)
Name |
Type |
Description |
key |
string
|
|
value |
string
|
|
- Inherited From:
- Source:
Promise