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

@nidhijaju commented on this pull request.



> @@ -7793,15 +7802,21 @@ method steps are:
    <li><p><a for=/>Resolve</a> <var>p</var> with <var>responseObject</var>.
   </ol>
 
+ <li><p>Let <var>serializedError</var> be the result of [$StructuredSerialize$]

Hmm, do you know how I can reference the HTML algorithm using <a> tags? I tried several things like `<a>StructuredSerialize</a>` and `<a data-cite="HTML/structured-data.html#structuredserialize">StructuredSerialize</a>`, etc. but none of them would allow the bikeshed to successfully build except for `[$StructuredSerialize$]`.

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

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

Received on Thursday, 4 August 2022 08:24:35 UTC