-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
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
Typescript - reference to dom and AbortSignal #433
Comments
|
Hm. Bumping types to 16, while using 12 seems wrong. I guess you should update readme, with a mention that node 16 is supported, nothing below. |
The supported runtimes are correct as-is. @types/node is not a runtime. |
Fair enough, but maybe mention typescript problem at least :) |
Describe the bug
Typescript having problems with AbortSignal types, which I believe is a type from dom types. From what I see it was added in 2c1d2ab and removed in d69af6f#diff-093ad82a25aee498b11febf1cdcb6546e4d223ffcb49ed69cc275ac27ce0ccceL2
but reference to AbortSignal type stayed in there.
Environment:
The text was updated successfully, but these errors were encountered: