[bcc blink-dev] As previously announced at https://esdiscuss.org/topic/an-update-on-object-observe, Object.observe has been withdrawn as an ECMAScript proposal. Also as mentioned there, usage in Chrome is extremely low according to chromestatus.com (0.0171% as I write this). Furthermore, most known usage of Object.observe utilizes https://github.com/polymer/observe-js, which includes fallback support for non-Object.observe engines (which will soon be all of them).
I intend to flip the --harmony-object-observe flag to false in a change later today, with the aim of v8 version 4.9 branching without Object.observe support. - Adam -- -- 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/d/optout.
