Re: [ServiceWorker] HTTP authentication and proxy authentication hook (#119)

> `var resp = fetch(url, { clientCertificateWindow: fetchEvent.client })`

So this is how I came to `client.fetch()`. I guess this creates a divergence between the fetch options and the request options. Not that that's a bad thing. Is this association specific to client certs, or is it a more general link between the client and request? Would it affect referrer for instance? Would the client ceasing to exist trigger the termination of the fetch?

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

Received on Friday, 3 July 2015 13:43:19 UTC