-
-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Labels
Description
Node.js is adopting it for everything, so I think we should support it too.
https://developer.mozilla.org/en-US/docs/Web/API/AbortController
Node.js just added support for it in .spawn(): https://nodejs.org/en/blog/release/v15.5.0/
This would not replace the current .cancel() function, in the near-term at least.
Reactions are currently unavailable