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

@lukewarlow commented on this pull request.



> @@ -7558,6 +7559,14 @@ dictionary RequestInit {
   RequestDuplex duplex;
   RequestPriority priority;
   any window; // can only be set to null
+  FetchObserverCallback observer;

If we leave it in requestinit we'll have to add a way to track it across from Request into the fetch call if you do

```js
const req = new Request(...);
fetch(req);
```

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

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

Received on Friday, 25 July 2025 12:53:57 UTC