Re: [whatwg/fetch] Consider preserving destination on `new Request(request)` (#717)

@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