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

https://github.com/slightlyoff/ServiceWorker/issues/235 is the ticket we followed up on, and according to those comments it seems fetch now does all the things `default()` was supposed to solve: (1) don't follow redirect for client requests (2) cast a 30[12378] redirect response to an opaque response. Couldn't find any other reasons.

@annevk fetch does enforce (1), right? Can you point me to the steps?

> a flag on the response indicating that fetch should update the request url with the response url

This sounds good.

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

Received on Thursday, 22 January 2015 11:42:19 UTC