getKeys
The getKeys()
method of the localStorage interface gets every single key and it's value
Example
window.localStorage.getKeys() --> {session = "93b21393-3dfb-428c-b6c0-2ee3c8018a6f"}
Last updated
Was this helpful?
The getKeys()
method of the localStorage interface gets every single key and it's value
Example
window.localStorage.getKeys() --> {session = "93b21393-3dfb-428c-b6c0-2ee3c8018a6f"}
Last updated
Was this helpful?