Re: [whatwg/fetch] Should errors be considered same-origin or cross-origin? (#848)

Thanks. Following up on this, I changed Chrome to throw a SecurityError for a <link rel=stylesheet> that fails to load due to network error. There's a risk of breaking some sites that access `cssRules` expecting it to never throw. Indeed one Chrome test broke with this change because it was loading a file:// URL that didn't exist, and no one noticed until now. I'll see if reports come in. You can probably close this issue.

-- 
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/848#issuecomment-448108133

Received on Tuesday, 18 December 2018 06:10:20 UTC