Re: [ServiceWorker] what should the document base URI for an intercepted navigation (#787)

Similar thing for scripts, by the way.  Last I checked, the location of a script as it shows up in error stacks or whatnot is the original URL the fetch started with (presumably not affected by response.url in the service worker case), but the location used for muting decisions is the post-redirect URL (and hence presumable affected by response.url).  Base URLs are not an issue there, since scripts don't have one, of course, so it's not directly relevant to our discussion here.

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

Received on Monday, 23 November 2015 16:05:55 UTC