V8 had added a few functions for manipulating Promises which didn't make it into the ES2015 standard, namely Promise.prototype.chain, Promise.accept and Promise.defer. ES2015 specifies Promises in a way which is incompatible with some of these methods, and none of them appear to be on track to be included in a standard the future.
I have added a flag to V8 and Chrome (--js-flags=--promise-extra) to retain the current additional promise features. I intend to flip the flag off by default in general within a few days, with the aim of V8 version 4.9 branching without additional Promise functions. Dan -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" 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.
