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

Replace CancellationToken with AbortSignal #1874

Open
BasixKOR opened this issue Aug 31, 2022 · 0 comments
Open

Replace CancellationToken with AbortSignal #1874

BasixKOR opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@BasixKOR
Copy link
Contributor

CancellationToken is based on a now-obsolete ECMAScript proposal, and the community has been moved forward to use the standard AbortSignal. We'd like to move our legacy CancellationToken to AbortSignal as Axios now supports them from v0.22.0 and onwards.

CancellationToken is often found in snapshot processing-related codes.

@BasixKOR BasixKOR added enhancement New feature or request good first issue Good for newcomers labels Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant