Storage removeItem() Method

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP







<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->




Storage removeItem() Method



❮ Storage Object




Example


Remove the the specified local storage item:



localStorage.removeItem("mytime");

Try it Yourself »


Definition and Usage


The removeItem() method removes the specified Storage Object item.


The removeItem() method belongs to the Storage Object, which can be either a
localStorage object or a
sessionStorrage object.




Browser Support














Method
removeItem() 4 8 3.5 4 10.5

Syntax




localStorage.removeItem(keyname)


Or:


sessionStorage.removeItem(keyname)



Parameter Values






Parameter Description
keynameRequired. A String specifying the name of the item you want to remove

Technical Details






DOM Version: Web Storage API
Return Value: No return value

More Examples



Example


The same example, but using session storage instead of local storage.


Remove the specified session storage item:



sessionStorage.removeItem("test1");

Try it Yourself »


Related Pages



Web Storage Reference: getItem() Method


Web Storage Reference: setItem() Method




❮ Storage Object


Popular posts from this blog

PHP code is not being executed, instead code shows on the page

Administrative divisions of China

Cardinality of the set of algorithms