Re: [whatwg] How works Promise.any() if it was called with resolved promises?

2013/6/15 Tab Atkins Jr. <jackalmage@gmail.com>:
> Promise.any() only passes the *first* argument's fulfill value to its
> callback, not all of them (even if it was called with several
> already-fulfilled arguments).
>
> Otherwise, you're right.

Thank you very much. I understand about the behavior.


--
Tetsuharu OHZEKI
(a.k.a saneyuki_s)

Received on Friday, 14 June 2013 16:04:44 UTC