You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @smcmurray! This spec is finalized, and no further API changes will be made to it beyond those necessary to align with the January TC39 consensus. Since the APIs are already shipping in browsers, we couldn't really make such changes even if we tried. So thanks for your interest, but we won't be able to do anything about it.
Anyway, the issue is that the resolver argument is not a method, but instead a function, and as such it should be called as a function, and not invoked as a method.
The resolver spec at line 13 mandates that the resolver has to be called with the thisArgument undefined.
Would it be more useful to set the thisArgument to promise?
The text was updated successfully, but these errors were encountered: