storage icon indicating copy to clipboard operation
storage copied to clipboard

Useful method missing like storage.chrome.get([value1, value2, value3], () => {})

Open IsmaelEzequiel opened this issue 2 years ago • 1 comments

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 avatar Aug 10 '23 21:08 IsmaelEzequiel

@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?

louisgv avatar Oct 19 '23 05:10 louisgv