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

>From the F2F discussion I'd like to capture a few options:

 - regardless of which way we decide this, we can extend `Request`s from pages with extra content about the base URL, which would allow a SW to handle these sub requests however it likes
 - we can do this for both CSS and main-document-generated fetches, allowing us to more easily adopt a single policy for both (which I know @ehsan favors)
 - we can extend the `Response` constructor to allow a base to be specified, bringing synthetic responses in line with `fetch()`'d responses.

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

Received on Tuesday, 26 January 2016 19:52:11 UTC