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
Right now polyfire is using only local storage. This is a problem in react native since local storage doesn't exist and would be a problem in a web extension context as well. suggestion is to make the storage object generic and allow the user to pass in a storage object as a parameter.
The text was updated successfully, but these errors were encountered:
You're right, it might be a better way of doing it.
I'm pretty sure this is not the only place where it depends on node/browser API though.
We should add tests for theses environment first or we will definitely break them accidentally at some point since we are developing mainly on node/browser.
Right now polyfire is using only local storage. This is a problem in react native since local storage doesn't exist and would be a problem in a web extension context as well. suggestion is to make the storage object generic and allow the user to pass in a storage object as a parameter.
The text was updated successfully, but these errors were encountered: