Skip to content
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

Catch and process fetch errors #90

Merged
merged 1 commit into from
Nov 25, 2022
Merged

Conversation

ifurnadjiev
Copy link
Contributor

Since RAP switched to use fetch instead of XHR, the connection errors are not processed. Fetch promises only reject with a TypeError when a network error occurs.

Fix #88

Since RAP switched to use fetch instead of XHR, the connection errors
are not processed. Fetch promises only reject with a TypeError when a
network error occurs.

Fix #88
@mknauer mknauer added the bug Something isn't working label Nov 25, 2022
@mknauer mknauer added this to the 3.23 milestone Nov 25, 2022
@ifurnadjiev ifurnadjiev merged commit 2d655ee into main Nov 25, 2022
@ifurnadjiev ifurnadjiev deleted the connection-error-handling branch November 25, 2022 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError when POST fails causes error-dialog is not shown
2 participants