Replies: 1 comment 1 reply
-
This might be an issue with the node type definitions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Search Terms
timeout does not exist on AbortSignal;
Expected Behavior
No error /
Function: timeout]
According to: https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/timeout this should exist in node 17.3+
Actual Behavior
Steps to reproduce the problem
Run:
npx ts-node -e "AbortSignal.timeout"
Minimal reproduction
Specifications
Beta Was this translation helpful? Give feedback.
All reactions