Re: [whatwg/fetch] A new Request(input, init) constructor step sounds weird. (#1061)

Neither _body_ nor _inputBody_ can be a Request object. They are null or a [body](https://fetch.spec.whatwg.org/#concept-body). So 

```
inputBody is body and a Request object
```

 always returns false.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1061#issuecomment-668420917

Received on Tuesday, 4 August 2020 07:07:16 UTC