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

@nidhijaju commented on this pull request.



> @@ -1775,13 +1776,19 @@ interface AbortSignal : EventTarget {
 
   readonly attribute boolean aborted;
 
+  readonly attribute any reason;
+
   attribute EventHandler onabort;
 };</pre>
 

Done. I've also added the defaulting logic to the method steps, but please let me know if you think that is unnecessary.

-- 
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#discussion_r733284938

Received on Thursday, 21 October 2021 03:05:03 UTC