You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matthias Seemann found and fixed an issue with 'cloaked' items not being reported correctly by the key function. Cloaked items are items that have a name that matches a property of method already on the store object, such as length or getItem. Thanks Matthias
Added property id to storage object instances that will be set to the id given when the object was created, or to 'global' if no id was used.
Made sure that invoking MemoryStorage without the new keyword does no harm.
Added some documentation and examples
WebStorage now is fully spec-compliant. You can even use the index operators to read and write values. This release also adds more test cases and improves documentation.