Re: [fetch] "Set internalResponse's url list to a copy of request's url list." (#82)

With this happening just before returning everything makes sense. You can tell a response was synthetic since it's url list is empty, but also because it's type is different.

The only thing that's remaining is that the response from the service worker that's transfered to the document no longer has the same backing object (it's url list will be changed again). This could be fixed once we have proper object transfers and merge `Response` and response somehow.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/82#issuecomment-125165725

Received on Monday, 27 July 2015 10:59:52 UTC