16:29
<annevk>
While getting groceries I realized that Response.error() prolly exists for service workers. If they return one, do you get a rejected fetch?
17:46
<annevk>
Jake Archibald: so based on error_response in WPT service-workers/ it seems like there is some expectation that Response.error() is not turned into an exception similar to a network error. At least I think the cache test tries to store and retrieve it as-is.
17:54
<annevk>
It does seem that responding with Response.error() from a service worker is treated as a network error, nice.