Mark S. Miller (2013-08-22T01:08:39.000Z)
domenic at domenicdenicola.com (2013-08-29T19:19:08.841Z)
On Wed, Aug 21, 2013 at 6:04 PM, Tab Atkins Jr. <jackalmage at gmail.com>wrote: > 4\. Make Promise() called without new analogous to String/etc - passing > it a promise returns the argument unchanged, passing it anything else > wraps it in a fresh promise. Assuming that we can polyfill this new-vs-non-new behavior test reliably on ES5. Otherwise we still need a static method such as Promise.as().