- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 07 May 2018 18:09:32 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 May 2018 18:10:02 UTC
annevk commented on this pull request. > <!-- file URLs end up here as they are not same-origin typically. --> + + <li> + <p>If <var>noCorsResponse</var> is not a <a>filtered response</a> and the <a>CORB check</a> + with <var>request</var> and <var>noCorsResponse</var> returns <b>blocked</b>, then: You're missing service workers. This can get a response that isn't filtered at all at which point poking at it would result in a null pointer exception or some such (if specifications had those). -- 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#discussion_r186502234
Received on Monday, 7 May 2018 18:10:02 UTC