LGTM!

On Tue, Apr 23, 2019 at 4:19 PM Sathya Gunasekaran <gsat...@chromium.org>
wrote:

> Contact Emails:
> gsat...@chromium.org
>
> Spec:
> https://tc39.github.io/proposal-promise-allSettled/
>
> Summary:
> Promise.allSettled returns a promise that is fulfilled with an array
> of promise state snapshots, but only after all the original promises
> have settled, i.e. become either fulfilled or rejected.
>
> Interoperability and compatibility risk:
> This stage 3 proposal introduces a new static method on the Promise
> constructor. There is very low compat risk.
>
> Firefox: In development
> Safari: No signals
> Edge: No signals
>
> Is this feature fully tested?
> Yes, this feature passes V8's own mjsunit tests as well as all the
> test262 tests.
>
> Tracking bug:
> https://bugs.chromium.org/p/v8/issues/detail?id=9060
>
> Link to entry on the Chrome Platform Status dashboard
> https://www.chromestatus.com/feature/5547381053456384
>
> Requesting approval to ship?
> Yes. Note that since this is a V8/JS feature, this post is just an FYI
> to blink-dev — no sign off from Blink API owners is required.
>
> --
> --
> v8-dev mailing list
> v8-...@googlegroups.com
> http://groups.google.com/group/v8-dev
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to