Re: [spec-reviews] Promise rejection tracking events (#96)

> One thing I was curious about (and seems to require digging a bit into the ECMA-262) is whether the promise attribute on the event is the last promise in the chain or the promise where the rejection happened (or was last handled).

Good question. It's the last promise in the chain, since previous promises in the chain are marked as handled the moment they get chained off of.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/spec-reviews/issues/96#issuecomment-165260072

Received on Wednesday, 16 December 2015 22:08:58 UTC