-
Notifications
You must be signed in to change notification settings - Fork 217
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
Observe callback only in a minute #88
Comments
Sure, I can do that. |
In future, we can switch to be using ES6 Proxy. Right now I guess we should stick with dirty checking. I talked today with @Starcounter-Jack and indeed we think that it might be a good idea to remove time intervals at all. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Object.observe() is not used any more, which is incorrectly stated in Features list. And due to this the previously working instant notification about any change in the object is gone. Not sure that checking changes in regular intervals is efficient. Any plans to improve on this one?
Cheers
The text was updated successfully, but these errors were encountered: