Re: [whatwg/dom] Add abort reason to AbortSignal (PR #1027)

I looked at this again and it seems that whenever we set the aborted flag we also set the abort reason to a non-undefined value. I think that means we can instead check that abort reason is not undefined. I think that would end up clarifying the overall model a bit and also help with some of the downstream confusion.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1027#issuecomment-952978366

Received on Wednesday, 27 October 2021 14:19:06 UTC