Properties
getItem
getItem: function
Type declaration
-
- (key: string): any | null
-
Parameters
Returns any
|
null
key
key: function
Type declaration
-
-
Parameters
Returns any
|
null
removeItem
removeItem: function
setItem
setItem: function
Type declaration
-
- (key: string, value: any): void
Storage interface for LocalStorage https://developer.mozilla.org/en-US/docs/Web/API/Storage