Storage Object
Storage Object Documentation
Description
Methods
setItem
setItemsetItem(key: string, value: any): voidlocalStorage.setItem("username", "JohnDoe");getItem
getItemremoveItem
removeItemclear
clearkeys
keystoJSON
toJSONExample Usage
Last updated