marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

Private mode fall back needed #145

Closed elipeters closed 8 years ago

elipeters commented 8 years ago

I think an option to discretly fail on isLocalStorageNameSupported would be preferable in some instances. It can be embarassing to announce that my website won't work on your phone because you choose to view it in a way you want to.

In ios my script is interupted and the site hangs which is another issue.

elipeters commented 8 years ago

a non issue really

marcuswestin commented 7 years ago

Store.js v2.0 has been released with support for private mode.

If you update to the latest version using the v1 backcompatible build you will automatically get this functionality plus a bunch more :)