We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now you kinda have to call assertSignal, and then abortable. A function that does both would be better.
assertSignal
abortable
I did some of this in #954, but a full solution would also allow the abort steps to be async.
The text was updated successfully, but these errors were encountered:
I've updated my implementation in whatwg/dom#946 (comment) to be more like what we should probably use here.
Sorry, something went wrong.
jakearchibald
No branches or pull requests
Right now you kinda have to call
assertSignal
, and thenabortable
. A function that does both would be better.I did some of this in #954, but a full solution would also allow the abort steps to be async.
The text was updated successfully, but these errors were encountered: