- From: Jake Archibald <notifications@github.com>
- Date: Fri, 03 Jul 2015 06:42:49 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 3 July 2015 13:43:19 UTC
> `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