[ServiceWorker] Should foreign fetch work same-origin? (#826)

If I register a SW with scope `/`, let it install, and activate, but *do not refresh* so my page remains uncontrolled, will a subresource request for `/foo` go through the foreign fetch handler of the new worker?

What if I shift-reload the page to avoid this page being controlled?

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

Received on Wednesday, 27 January 2016 17:03:21 UTC