TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

`#duplex` is missing from `RequestInit`

Open erunion opened this issue 2 years ago • 1 comments

The Fetch WG introduced a new duplex property to RequestInit^1 back in July that undici is now abiding by when making payload requests with a ReadableStream^2. They have added this new duplex property into their own RequestInit types, but as this is now a part of the core fetch specification it should be included here.

https://fetch.spec.whatwg.org/#request-class

erunion avatar Jan 23 '23 21:01 erunion

Would this really be as easy to close as only removing this line?

haukepribnow avatar Jul 30 '23 19:07 haukepribnow