We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See whatwg/fetch#818 (review) for context.
The text was updated successfully, but these errors were encountered:
Once whatwg/fetch#818 lands this should be fairly straightforward.
Sorry, something went wrong.
web-platform-tests/wpt#13615
Use HTTP rather than ASCII whitespace
7a80894
Tests: web-platform-tests/wpt#13615. Fixes #89.
I was worried this would affect data: URLs, but since the URL parser will handle anything but U+0020 SPACE in a special way it doesn't matter.
data:
Use HTTP whitespace rather than ASCII whitespace
126286a
No branches or pull requests
See whatwg/fetch#818 (review) for context.
The text was updated successfully, but these errors were encountered: