- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 09 Mar 2015 05:40:15 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 9 March 2015 12:40:49 UTC
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