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

Hmm, I wonder if the property should be `signal.reason` or `signal.abortReason`... Given that `AbortSignal` is being used as a base class for things like `TaskSignal`, and that the variable is usually named `signal` instead of `abortSignal`, spelling it out as `abortReason` might be a good idea.

-- 
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-945943664

Received on Monday, 18 October 2021 16:20:49 UTC