-
-
Notifications
You must be signed in to change notification settings - Fork 69
Add Observable for Set Events #89
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
Comments
Thanks for your interest in the lib. As stated in the README:
I'll keep this issue opened as, since the other ones, I've had some thinking, and maybe it would be possible to do this without being too out of the scope of the lib. But I currently have no time for new features (upcoming v8 is already a lot of work). So 3 possibilities:
|
Available in 9.0.0-beta.2. |
It would be nice to be able to have an observable that listens to all Set Events such that if I call
this.localstorage.set("mykey", value);
in class X, I could then have a subscriber in class Y that hears that the value in the DB has been updated/set.The text was updated successfully, but these errors were encountered: