- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 26 Apr 2018 08:29:35 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 April 2018 08:30:03 UTC
@yoavweiss I think this should work, but I haven't tested: ```js onfetch = e => { if (e.request.destination !== "image") { // Do things here. } } ``` -- 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/717#issuecomment-384557631
Received on Thursday, 26 April 2018 08:30:03 UTC