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
I was trying to verify my error branch is working PageLoaded (Err _) so I intentionally used an invalid protocol: "htp".
PageLoaded (Err _)
✔️ In Chrome it's caught in the error branch as expected. ❌ In Firefox it throws a JavaScript error: "A network error occurred."
Here's my SSCCE: https://ellie-app.com/brMS86CJwa1/2.
Firefox 56.0 (64-bit) Ubuntu 17.04 Elm 0.18
The text was updated successfully, but these errors were encountered:
Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!
Here is what to expect next, and if anyone wants to comment, keep these things in mind.
Sorry, something went wrong.
Http.Error
No branches or pull requests
I was trying to verify my error branch is working
PageLoaded (Err _)
so I intentionally used an invalid protocol: "htp".✔️ In Chrome it's caught in the error branch as expected.
❌ In Firefox it throws a JavaScript error: "A network error occurred."
Here's my SSCCE: https://ellie-app.com/brMS86CJwa1/2.
Firefox 56.0 (64-bit)
Ubuntu 17.04
Elm 0.18
Checklist
I hope so. I'm fairly new to Elm so my terminology might be a bit off.
Yes, https://ellie-app.com/brMS86CJwa1/2.
Ubuntu 17.04 and Firefox 56.0 (64-bit)
0.18
The text was updated successfully, but these errors were encountered: