`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 <thysul...@gmail.com> 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
> es-discuss@mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to