Re: [whatwg/fetch] Allow a request body to be a byte sequence/string (#1083)

... or the body definition in https://whatpr.org/fetch/1083.html#request-class.

https://fetch.spec.whatwg.org/#concept-body-body expects the body to be a [body](https://fetch.spec.whatwg.org/#concept-body) or null, but with this change (concept) request's body is null or a [body](https://fetch.spec.whatwg.org/#concept-body) or a byte sequence.

-- 
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/pull/1083#issuecomment-680799996

Received on Wednesday, 26 August 2020 10:36:30 UTC