Re: [ServiceWorker] What is FetchEvent.clientId for navigation requests (#808)

@ppppess what do you mean by "forward requests", as in let them go to the network rather than from a cache etc?

Assuming that's the case, and https://myhost.com/forward contained…

```html
<img src="blah.jpg">
<a href="blah.jpg">Hello</a>
```

…would you expect the client ID for the img & clicking the link to be the same?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/808#issuecomment-193383433

Received on Monday, 7 March 2016 18:29:03 UTC