Re: [whatwg/fetch] More informative error types (#526)

I imagine it'd be hard to get data on that. There's no clear API entry point we could add a UseCounter for. We could probably do a search on HTTPArchive to try to find sites that do this. What would the script code look like?  Something like this?
```fetch(...).catch(err => { err instanceof TypeError; })```

cc @yutakahirano 

-- 
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-380788092

Received on Thursday, 12 April 2018 12:30:57 UTC