Object.observe adds the an asynchronous observation system to the core object model of ES.
Spec: http://wiki.ecmascript.org/doku.php?id=harmony:observe Compatibility risk: -Spec accepted at Stage 2 (within the post-ES6 process) by Tc-39. -Acceptance at Stage 3 (Candidate) is expected at the next meeting. -Microsoft and Mozilla have both voiced support, but neither has begun implementing Implementation Status: -Feature-complete. -Meta-bug: https://code.google.com/p/v8/issues/detail?id=2409 -Remaining work item is performance tests. The idea here is to use a polymer databinding benchmark with DOM stubbed out in JS Cheers Rafael -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
