- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 10 May 2018 05:59:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 May 2018 12:59:50 UTC
annevk commented on this pull request. I have some further editorial nits that I'll address tomorrow most likely. > <!-- file URLs end up here as they are not same-origin typically. --> + + <li><p>If the <a>CORB check</a> with <var>request</var> and <var>noCorsResponse</var> returns + <b>allowed</b>, then return <var>noCorsResponse</var>. + + <li><p>If <var>noCorsResponse</var> is a <a>filtered response</a>, then return + <var>noCorsResponse</var>. This needs to move one step up I think (and could therefore be combined again as I did it). -- 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/686#pullrequestreview-119076800
Received on Thursday, 10 May 2018 12:59:50 UTC