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
AbortController#abort
By default, calling abort on an AbortController results in an error with signal is aborted without reason. There is an overload of abort that allows providing a more informative reason for the cancellation: https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/abort_static#reason
abort
AbortController
signal is aborted without reason
The text was updated successfully, but these errors were encountered:
I suppose it should be of the type obj?
obj
The reason why the operation was aborted, which can be any JavaScript value
Sorry, something went wrong.
No branches or pull requests
By default, calling
abort
on anAbortController
results in an error withsignal is aborted without reason
. There is an overload of abort that allows providing a more informative reason for the cancellation: https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/abort_static#reasonThe text was updated successfully, but these errors were encountered: