Re: [ServiceWorker] Can we replace event.default() with something less magic? (#607)

So the other thing `default()` gives that I forgot about is that it preserves these bits from the request (now maybe this does not exactly work given the other issues that have come up with `default()` already):

* client
* context
* context frame type
* referrer

Dropping `default()` therefore will affect CSP, though the exact CSP story is still unclear to me. @mikewest?

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

Received on Friday, 23 January 2015 17:12:17 UTC