- From: Jake Archibald <notifications@github.com>
- Date: Tue, 22 May 2018 01:39:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 22 May 2018 08:39:29 UTC
Here's the problem: ```js fetch('https://example.com/whatever', { mode: 'no-cors' }).catch(() => { // This smells like a CORB-blocked resource. }); ``` The question is, this is an acceptable data leak? -- 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/issues/727#issuecomment-390909731
Received on Tuesday, 22 May 2018 08:39:29 UTC