Re: [whatwg/fetch] Attach timing info and URL to network errors, and report for fetch API (#1311)

@yoavweiss commented on this pull request.



> + </li>
+
+ <li>
+  <p><a>Queue a fetch task</a> to run the following steps with <var>fetchParams</var>'s
+  <a for="fetch params">task destination</a>:</p>
+
+  <ol>
+   <li><p>Set <var>fetchParams</var>'s <a for="fetch params">ready for clients</a> to true.</p></li>
+
+   <li><p><a>Finalize response</a> given <var>fetchParams</var> and <var>response</var>.</p></li>
+  </ol>
+</ol>
+
+<p>To <dfn>fetch network finale</dfn> given a <a for=/>fetch params</a> <var>fetchParams</var>
+and a <a for=/>response</a> <var>response</var>, <a>queue a fetch task</a>
+with to run the following steps with <var>fetchParams</var>'s

Spurious "with"?

-- 
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/fetch/pull/1311#pullrequestreview-799819226

Received on Monday, 8 November 2021 08:40:58 UTC