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

I removed `useFinalURL`. SW should now add `overrideRequestURL` and make that set the "final url flag". I think we're all good then. The justification for having that over `Response.redirect()` is performance (less roundtrips). The justification for having that over `useFinalURL` is that it will not affect other APIs that use responses (such as Cache) and will therefore not require storing it on disk.

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

Received on Monday, 9 March 2015 12:40:49 UTC