- From: Eric Stobbart <notifications@github.com>
- Date: Tue, 26 Aug 2025 21:37:08 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 August 2025 04:37:12 UTC
estobbart left a comment (whatwg/fetch#1853) @sideshowbarker & @nektro On MDN, fetch mentions the stringifier, but Request does not. Is it's fetch's responsibility? Is this not allowed? ``` fetch(new Request(new URL(...))); ``` https://developer.mozilla.org/en-US/docs/Web/API/Request/Request -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1853#issuecomment-3226708231 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1853/3226708231@github.com>
Received on Wednesday, 27 August 2025 04:37:12 UTC