`Promise` can be subclassed, so the `this` context for `resolve` affects what class is instantiated.
On Sat, Feb 2, 2019 at 12:25 PM Sultan <[email protected]> wrote: > Was there any reason Promise.resolve was not afforded the ability to > dispatch outside of `this` pointing to the `Promise` constructor? > > For example: > > const {resolve} = Promise > resolve(1234) > > This currently throws. > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

