Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent failure with TypeError: Network error occurred #25027
Labels
Comments
Merged
|
The relevant error comes from fetch: servo/components/script/fetch.rs Line 222 in 58c61d3 (should that be an |
|
Most of the times I've seen this error in WPT tests, it's been a response header that Servo interpreted as CORS-disallowed or otherwise unacceptable. And unfortunately it IS supposed to be a TypeError! https://fetch.spec.whatwg.org/ specifies TypeError in many situations that are not really type-related. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happened with
/html/dom/idlharness.https.html?exclude=(Document|Window|HTML.*)but I strongly suspect it's not about that specific test.