Replies: 1 comment
-
Thank you for your valuable suggestion. Will surely consider it for the future release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The suggestion is to allow the library to be used as a drop-in replacement for LS. Currently method names are mismatched, some members don't exist, see https://developer.mozilla.org/en-US/docs/Web/API/Storage#properties
Aliases:
getItem()
setItem()
removeItem()
Missing members:
valueOf()
(not documented but implemented on localStorage)key()
length
Beta Was this translation helpful? Give feedback.
All reactions