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

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