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

>      <span data-anolis-ref>SW</span>
>  
> -    <p><span title="Read a request">Read <var>request</var></span>.
> -
> -   <li><p>Set <var>actualResponse</var> to <var>response</var>, if <var>response</var> is not a
> -   <span title=concept-filtered-response>filtered response</span>, and to <var>response</var>'s
> -   <span title=concept-internal-response>internal response</span> otherwise.
> +   <li>
> +    <p>If <var>response</var> is null,
> +    <var>request</var> is a <span>subresource request</span> and <var>request</var>'s
> +    <span title=concept-request-origin>origin</span> is not the same as <var>request</var>'s

"same" needs to reference "same origin" defined in HTML.

---
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#r72389062

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