On Feb 8, 2014, at 12:09 PM, Domenic Denicola wrote: > In practice, this means that (sticking to ES5 syntax), you need to do > > ```js > MyPromise.__proto__ = Promise; > ```
Yes, but it also depends upon Promise[Symbol.create] being implemented. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

