bevacqua / local-storage

:left_luggage: A simplified localStorage API that just works
https://ponyfoo.com
MIT License
523 stars 62 forks source link

Feature proposal: always store data somewhere #14

Open vvo opened 7 years ago

vvo commented 7 years ago

I have a need where no matter what, I would want the value to be stored, either in localStorage or in the local module.

For cases like the quota limit exceed or any weird error triggered by local storage, I would want the local module store to be used.

Right now there's no way to do that. What do you think about the feature? I can implement it. I did it in my own small module but then thought well maybe this particular simple module I saw should just work like that.

syedjafer commented 2 years ago

What is local module store ? Can you explain