localStorage
): LocalStorage
Name | Type |
---|---|
localStorage | Storage |
Private
storage: Storage
Promise
<void
> Promise
<void
> key
): Promise
<undefined
| null
| string
> Name | Type |
---|---|
key | string |
Promise
<undefined
| null
| string
> key
): Promise
<void
> Name | Type |
---|---|
key | string |
Promise
<void
> key
, value
): Promise
<void
> Name | Type |
---|---|
key | string |
value | string |
Promise
<void
>