- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 22 Jul 2015 18:01:55 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 23 July 2015 01:02:24 UTC
Filing a bug as recommended at https://github.com/slightlyoff/ServiceWorker/issues/404#issuecomment-89755099 Some SW users want to "pass-through" the original referrer, e.g., the following code wouldn't override the referrer of the original request: ``onfetch = function(e) { e.respondWith(fetch(e.request)) }`` --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/89
Received on Thursday, 23 July 2015 01:02:24 UTC