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
any
AbortSignal
Hello, In the AbortSignal definition, we can see there's an any instance method that actually does not exist. It should be a static method instead. "Culprit" : https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/main/baselines/dom.iterable.generated.d.ts#L7
Playground link
MDN Reference
Also, gentle ping on #1162 since I intended to report this too at first.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🔍 Search Terms
AbortSignal
Description
Hello,
In the
AbortSignal
definition, we can see there's anany
instance method that actually does not exist.It should be a static method instead.
"Culprit" : https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/main/baselines/dom.iterable.generated.d.ts#L7
Sample code
Playground link
Documentation
MDN Reference
Other
Also, gentle ping on #1162 since I intended to report this too at first.
The text was updated successfully, but these errors were encountered: