- From: Eric Stobbart <notifications@github.com>
- Date: Mon, 25 Aug 2025 11:11:57 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 25 August 2025 18:12:01 UTC
estobbart created an issue (whatwg/fetch#1853) ### What is the issue with the Fetch Standard? The fetch call sends its args to the Request constructor. The request constructor explicitly says the init arg is either a string or another request. https://fetch.spec.whatwg.org/#dom-request It's not clear if any object stringification should occur by default, or at what point a `new URL()` should be stringified. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1853 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1853@github.com>
Received on Monday, 25 August 2025 18:12:01 UTC