-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Support AbortSignal #79
Comments
Nevermind, this is dependent on first implementing |
@feross would it help if Node just vendored It looks like events.js doesn't actually have any non-constant dependencies (other than event_target which is also pretty easy to fix) |
@benjamingr Part of the goal of this package is also to be compatible with old browsers (except for the Promise functions). If |
Opened nodejs/node#37435 - let me know if this is something you'd like to collaborate on. It's basically a script that "rips out" |
An
AbortSignal
can be used to cancel waiting on events. See: https://nodejs.org/api/events.html#events_events_on_emitter_eventname_optionsThe text was updated successfully, but these errors were encountered: