Re: [ServiceWorker] Foreign fetch (#751)

> @@ -3589,6 +3632,148 @@ <h2 id="status">Status of This Document</h2>
>      </spec-algorithm>
>    </spec-section>
>  
> +  <spec-section id="foreign-fetch-scope-match-algorithm">
> +    <h1>Match Service Worker for Foreign Fetch</h1>

I think your proposal is probably the saner resolution. This way foreign fetch interception is strictly subsidiary to same-origin fetch interception interception and it's always trivial to share handler logic for requests where the calling origin is not important.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/pull/751/files#r40385460

Received on Thursday, 24 September 2015 23:22:05 UTC