-
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
Object.observe is dead #82
Comments
Just as well. It performed rather poorly. Removing the code will reduce our footprint which is always nice. Sent from my iPhone
|
Dependency on |
Just to note, maybe we could give some feedback for |
https://esdiscuss.org/topic/an-update-on-object-observe
https://news.ycombinator.com/item?id=10494512
It is a pity that it won't make it to ES7, but we saw it coming.
We will need to remove it from
json-patch-duplex.js
and fall back to dirty checking (which is already used for JS engines other than V8).Good news is that our dirty checking was more performant in benchmarks, AFAIK. Also, there is benefit in having the same code for all engines.
The text was updated successfully, but these errors were encountered: