- From: Nidhi Jaju <notifications@github.com>
- Date: Wed, 20 Oct 2021 20:04:50 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 October 2021 03:05:03 UTC
@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