- From: Yutaka Hirano <notifications@github.com>
- Date: Thu, 25 Jun 2020 23:29:03 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 26 June 2020 06:29:16 UTC
@yutakahirano commented on this pull request. Updated. Adding links, with one behavior change (sorry I didn't notice this earlier). PTAL. > @@ -4057,15 +4058,16 @@ optional <i>CORS-preflight flag</i>, run these steps: </ol> <li> - <p>If <var>request</var>'s <a for=request>response tainting</a> is "<code>opaque</code>" - and the <a>cross-origin resource policy check</a> with <var>request</var>'s - <a for=request>origin</a>, <var>request</var>'s <a for=request>client</a>, and - <var>actualResponse</var> returns <b>blocked</b>, then return a <a>network error</a>. + <p>If either <var>request</var>'s <a for=request>response tainting</a> or <var>response</var>'s I changed here because the previous logic didn't work well for responses coming from the service worker. -- 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/1030#pullrequestreview-438042295
Received on Friday, 26 June 2020 06:29:16 UTC