Re: [whatwg/fetch] WIP: Add a mechanism to fetch to track progress (PR #1843)

@jakearchibald commented on this pull request.



>   <li>
-  <p><p>Set <var>controller</var> to the result of calling <a for=/>fetch</a> given
-  <var>request</var> and <a for=fetch><i>processResponse</i></a> given <var>response</var> being
-  these steps:
+  <p>Let <var>processRequestEndOfBody</var> be these steps:
+
+  <ol>
+   <li><p>If <var>hasUploadListeners</var> is false, then return.
+
+   <li><p>Increase <var>requestBodyTransmitted</var> by <var>bytesLength</var>.

`bytesLength` isn't defined.

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

Message ID: <whatwg/fetch/pull/1843/review/3228487189@github.com>

Received on Tuesday, 16 September 2025 08:51:17 UTC