Skip to content
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

feat!: use built-in AbortController instead of node-abort-controller #178

Merged
merged 16 commits into from
Aug 11, 2022

Conversation

aikoven
Copy link
Contributor

@aikoven aikoven commented Aug 10, 2022

AbortController is available in NodeJS since 15.0.0, NodeJS 14.17+ requires the --experimental-abortcontroller flag. A polyfill is available for older NodeJS versions and browsers.

Support for NodeJS 12 is dropped.

Closes #158

@aikoven aikoven merged commit 4c4bc4e into master Aug 11, 2022
@aikoven aikoven deleted the builtin-abort-controller branch August 11, 2022 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant