- From: Meghan Denny <notifications@github.com>
- Date: Tue, 26 Aug 2025 21:57:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 August 2025 04:57:31 UTC
nektro left a comment (whatwg/fetch#1853)
fetch itself is fine per issue title because
```webidl
[NewObject] Promise<Response> fetch(RequestInfo input, optional RequestInit init = {});
```
\+
```webidl
typedef (Request or USVString) RequestInfo;
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1853#issuecomment-3226735701
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/issues/1853/3226735701@github.com>
Received on Wednesday, 27 August 2025 04:57:31 UTC