We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I looked for "lib.dom RequestInit duplex".
My suggestion meets these guidelines:
The RequestInit type in lib.dom seems to be missing the duplex option. See nodejs/node#46221 for further details.
RequestInit
duplex
nodejs/node#46221 has an example.
This is required for spec compatibility.
The text was updated successfully, but these errors were encountered:
You probably want to be reporting this on: https://github.com/microsoft/TypeScript-DOM-lib-generator
Sorry, something went wrong.
Please use the lib modification bug template.
Looks like microsoft/TypeScript-DOM-lib-generator#1483, for any future bug hunters.
No branches or pull requests
Suggestion
π Search Terms
I looked for "lib.dom RequestInit duplex".
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
The
RequestInit
type in lib.dom seems to be missing theduplex
option. See nodejs/node#46221 for further details.π Motivating Example
nodejs/node#46221 has an example.
π» Use Cases
This is required for spec compatibility.
The text was updated successfully, but these errors were encountered: