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

@nidhijaju commented on this pull request.



>  
 <ol>
  <li><p>Let <var>signal</var> be a new {{AbortSignal}} object.
 
  <li><p>Set <var>signal</var>'s [=AbortSignal/aborted flag=].
 
+ <li><p>If <var>reason</var> is undefined or not given, then let <var>reason</var> be a new

Right, I see what you're saying now. Thank you for the suggestion -- I have used that in my last change.

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

Received on Thursday, 21 October 2021 06:38:54 UTC