-
Notifications
You must be signed in to change notification settings - Fork 51
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
DOMException: The user aborted a request with onDownloadProgress
and request cancelation
#132
Comments
Hi @AlissonRA 👋 Maybe you want to add a hook on it ? Currently, there are only 3 hooks supported by http module : |
Hello @Geminii OnDownloadProgress is not an option for nuxt/http but for Ky. |
The options are forwarded directly to key, see here. This error is weird, could you try directly by using |
onDownloadProgress
and request cancelation
Hello @atinux I tested with the native |
Exactly @AlissonRA |
good afternoon
I am having a problem when trying to cancel a request for aws with the onDownloadProgress () event instantiated!
the error returned in the console is as follows:
Uncaught (in promise) DOMException: The user aborted a request.
Now if I remove the code part:
No error is returned on the console. can anybody help me? because I need onDownloadProgress but with the error breaking the code I can't make the necessary finalizations.
The text was updated successfully, but these errors were encountered: