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.
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.