Posted By


Sephr on 03/05/09

Tagged


Statistics


Viewed 53 times
Favorited by 0 user(s)

DOMStorage removeKey


/ Published in: JavaScript
Save to your folder(s)

DOMStorage removeKey
===============
Syntax: `void domstorage_object.removeKey(key:int)`

This will do the following:

domstorage_object.removeItem( domstorage_object.key(key) )

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.