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

New proposal: `respondWith(res, {overrideRequestURL: true})`. This decouples this property from `Response` which is nice as `Response` is used for other things as well. The easiest way to define it specification-wise still seems for the SW specification to set the "final url flag", but at least API-wise it is much cleaner.

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

Received on Friday, 6 March 2015 16:41:26 UTC