You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
As recent development caused O.o strawman proposal to be withdrawn, I think it should be only sensible that observe-js would shift from using native O.o to utilising it's own omplementation of O.o in raw JS utilising proxy- something very similar to https://github.com/tvcutsem/harmony-reflect/blob/master/examples/observer.js
This way, dirty checking is really needed only for older browsers without O.o and without proxies.
Anybody feels up for making this PR? I will probably have time to do this in January, not sooner.
The text was updated successfully, but these errors were encountered:
capaj
changed the title
utlise proxy on systems where
utlise proxy on systems where Proxy is supported
Nov 16, 2015
I got a little time to play around with observe-js repo and it seems like I can't even run the tests after cloning- I get:
grunt test
>> Tasks directory "../tools/tasks" not found.
Warning: Task "override-chrome-launcher" not found. Use --force to continue.
Aborted due to warnings.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As recent development caused O.o strawman proposal to be withdrawn, I think it should be only sensible that observe-js would shift from using native O.o to utilising it's own omplementation of O.o in raw JS utilising proxy- something very similar to https://github.com/tvcutsem/harmony-reflect/blob/master/examples/observer.js
This way, dirty checking is really needed only for older browsers without O.o and without proxies.
Anybody feels up for making this PR? I will probably have time to do this in January, not sooner.
The text was updated successfully, but these errors were encountered: