- From: Luke Warlow <notifications@github.com>
- Date: Fri, 25 Jul 2025 05:52:59 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 July 2025 12:53:03 UTC
@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; Should this actually be in RequestInit? I'm thinking it should probably be in a FetchInit subtype that inherits RequestInit? That way it isn't also passed to the Request constructor? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1843#pullrequestreview-3055292910 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1843/review/3055292910@github.com>
Received on Friday, 25 July 2025 12:53:03 UTC