The Fetch WG introduced a new duplex property to RequestInit1 back in July that undici is now abiding by when making payload requests with a ReadableStream2. 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
The Fetch WG introduced a new
duplexproperty toRequestInit1 back in July that undici is now abiding by when making payload requests with aReadableStream2. They have added this newduplexproperty into their ownRequestInittypes, but as this is now a part of the corefetchspecification it should be included here.https://fetch.spec.whatwg.org/#request-class
Footnotes
https://github.com/microsoft/TypeScript-DOM-lib-generator ↩
https://github.com/nodejs/node/issues/46221 ↩