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

@jasnell commented on this pull request.



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

Agree

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

Received on Thursday, 21 October 2021 01:11:27 UTC