-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
About AbortController
#27
Comments
That is not entirely correct. Node.js is adding it to a lot of APIs. The I don't plan to deprecate this package, but I also think it's better to standardize on a single thing, and it looks like |
TIL:
Nice, I wasn't aware of that! I have some reading to do. This just proves Cunningham's Law is correct, once again. Closing, thanks! |
The readme says the following:
However, the
AbortController
interface is primarily targeted at web requests, and sincep-cancelable
is useful for a lot more than web requests, it might be worth clarifying that in the readme.The text was updated successfully, but these errors were encountered: