Page 1 of 1

How to clear local storage variable stored in array using new Storage API

Posted: Sun Oct 18, 2015 4:23 am
by realmadrid2121 .

Clearing a item stored in a local storage array.
I have a variable that is stored in local storage in an array , how does one clear
In the documentation for storage API i see .get , .set and .update ...
ie....Apperyio.storage.storageVariable.get("$['FirstName']")

I tried remove, removeItem with no success
thanks