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

It is a bit weird that the baseURI doesn't change.  This means you can't build a separate site with relative resource paths under /offline/ and then return it for the navigation.  Because all those relative resources will load using the original request URL as the base and be broken.

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

Received on Monday, 23 November 2015 15:10:57 UTC