Re: [whatwg/fetch] Add steps to intercept requests using foreign fetch. (#329)

> @@ -2720,50 +2720,64 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul
>   <li><p>Let <var>actualResponse</var> be null.
>  
>   <li>
> -  <p>If <var>request</var>'s <span>skip-service-worker flag</span> is unset and
> -  either <var>request</var>'s <span title=concept-request-client>client</span> is
> -  null or <var>request</var>'s <span title=concept-request-client>client</span>'s
> -  <span data-anolis-spec=html title=concept-settings-object-global>global object</span> is not a
> -  <code data-anolis-spec=sw>ServiceWorkerGlobalScope</code> object, run these substeps:
> -  <span data-anolis-ref>HTML</span>
> -  <span data-anolis-ref>SW</span>
> +  <p>If <var>request</var>'s <span>skip-service-worker flag</span> is unset, run these substeps:

then run*

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/329/files/5f1f703806ce0ea0c7016259388a4844690c2cd1#r72389091

Received on Wednesday, 27 July 2016 06:58:59 UTC