- From: Matt Falkenhagen <notifications@github.com>
- Date: Thu, 12 Apr 2018 12:30:26 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 April 2018 12:30:57 UTC
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