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
The method get works fine, but I missed a method like chrome, not to get all data, but get only specific data, actually I'm using storage.chrome.get api and JSON.parse() but my own.
If there's a possibility for this method to be add, let me know.
I can work in this and implement this method.
Thnks
The text was updated successfully, but these errors were encountered:
@IsmaelEzequiel sorry for the late follow-up. Please feel free to contribute a PR! Preferably we should add that under the Storage subclass and also the BaseStorage as well. I'm thinking of a getItems function?
The method get works fine, but I missed a method like chrome, not to get all data, but get only specific data, actually I'm using
storage.chrome.get
api andJSON.parse()
but my own.If there's a possibility for this method to be add, let me know.
I can work in this and implement this method.
Thnks
The text was updated successfully, but these errors were encountered: