- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 11 Apr 2018 22:49:53 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 April 2018 05:50:22 UTC
A way forward may be to make a list of desired error types and see which ones are OK to expose cross-origin or not. Here's a strawman: - "API error" (gave something that's not a Request or a URL to fetch()) - "network error" (something at the TCP/IP layer caused us to fail to fetch - "abort error" (the user closed the tab or clicked stop or something like that) - "timeout error" (the browser timed out the request (I'm not sure this really happens for fetch())) - "offline error" (this is a subset of network error when the browser knows it's offline) I guess we already have the name AbortError taken with the new abortable fetch thing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/526#issuecomment-380686368
Received on Thursday, 12 April 2018 05:50:22 UTC