Re: [whatwg/fetch] Add abort reason to abort fetch (PR #1343)

@nidhijaju commented on this pull request.



> @@ -231,6 +231,9 @@ lt="authentication entry">authentication entries</a> (for HTTP authentication).
 
  <dt><dfn for="fetch controller">report timing steps</dfn> (default null)
  <dd>Null or an algorithm accepting a <a for=/>global object</a>.
+
+ <dt><dfn for="fetch controller">serialized abort reason</dfn> (default null)
+ <dd>Null or a serialization from [$StructuredSerialize$].

Fair point, I've changed it to be undefined by default, instead of null, like AbortSignal's abort reason.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1343#discussion_r985460473
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1343/review/1127915309@github.com>

Received on Monday, 3 October 2022 07:35:23 UTC