storage
storage copied to clipboard
Useful method missing like storage.chrome.get([value1, value2, value3], () => {})
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
@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?