-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add getAllKeys Method to SyncStorage #5
Conversation
I'm currently working on adding tests and updating readme. In the meantime please give me feedback if you think adding these methods is a good idea or not. |
Make handleError work with single argument
Also I can't make CI to run successfully 😂 |
Hello @iamsoorena! Thanks for your PR. I'll help you with this error. 😉 |
@raphaelpor @iamsoorena I disagree with adding the |
@olfek I agree with you. @iamsoorena Could you please remove the |
@raphaelpor It's done. |
README.md
Outdated
@@ -93,3 +93,27 @@ SyncStorage.remove('foo') | |||
console.log(error); | |||
}); | |||
``` | |||
|
|||
#### update(key: _string_, value: _Any type_) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would to be getAllKeys
, right? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I forgot that.
Thanks, guys! ❤️ |
I thought since I use these methods All the time, It would be a good idea to suggest adding them to this library.