Re: [whatwg/fetch] Request constructor clarification (Issue #1853)

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