-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
TypeError cancelled #4
Comments
Cancellation is not a network error, so I don't think it makes sense in this package. |
That's fair.. I guess I'm trying to achieve something more specific where I am using For instance, Chrome appears to use the same error In this instance it looks like the error message produced by Safari might distinguish between a network error and aborted fetch request? If that's the case, I'll just handle the |
Seems like that, yes. |
It looks like bot Safari 14 and iOS Safari 14 can throw a
TypeError
with a message ofcancelled
when a fetch request is cancelled. Would it make sense to include here?See also https://github.com/shuding/request-cancellation-test 👀
The text was updated successfully, but these errors were encountered: