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
I would like to suggest using PromiseResolve and PerformPromiseThen instead like the await operator, so that it can be worked with in Node.js and Deno's internal code.
However, it’s far too early for anyone to implement this proposal - until stage 3 - and the spec text won’t be finalized until stage 2 - so there’s time to adjust it.
The current draft uses methods like
%Promise.all%
directly and is not resistant to rewritingPromise.resolve
orPromise.prototype.then
.I would like to suggest using
PromiseResolve
andPerformPromiseThen
instead like theawait
operator, so that it can be worked with in Node.js and Deno's internal code.FYI: denoland/deno#16196
The text was updated successfully, but these errors were encountered: