You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally the browser should be able to display more relevant information like "bad certificate", "DNS failure", "You are offline", which I guess involves passing the error response back to the caller (navigation in this case).
@annevk suggests there are cases where this is a security issue, so a TODO is to find out what these are & when we can safely pass the error on.
The text was updated successfully, but these errors were encountered:
I'm talking about user-facing errors. If the browser is deciding which error to show as part of navigation, by returning a generic error in 3.3 we're reducing its usefulness.
We do handle it as part of navigation in HTML. And I think you're correct that the flow in the standard should make sure that if the user agent wants to expose more detail there, that it's actually available. But in large part this is UX so user agents are already free to do what they want (as long as the document they create meets certain invariants which are probably not interoperable at the moment).
annevk
changed the title
Passthrough original error response unless there's a security issue in doing so
Keep track of errors so they can be exposed (if desired) in UX (and maybe API at some point)
Aug 23, 2016
https://fetch.spec.whatwg.org/#http-fetch 3.3 currently creates a generic network error. This means browsers display a generic error message if a navigation fails.
Ideally the browser should be able to display more relevant information like "bad certificate", "DNS failure", "You are offline", which I guess involves passing the error response back to the caller (navigation in this case).
@annevk suggests there are cases where this is a security issue, so a TODO is to find out what these are & when we can safely pass the error on.
The text was updated successfully, but these errors were encountered: