Skip to content
New issue

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

MIME type parsing: stop treating 0x0C as whitespace #89

Closed
annevk opened this issue Oct 30, 2018 · 3 comments
Closed

MIME type parsing: stop treating 0x0C as whitespace #89

annevk opened this issue Oct 30, 2018 · 3 comments

Comments

@annevk
Copy link
Member

annevk commented Oct 30, 2018

See whatwg/fetch#818 (review) for context.

@annevk
Copy link
Member Author

annevk commented Oct 30, 2018

Once whatwg/fetch#818 lands this should be fairly straightforward.

@annevk
Copy link
Member Author

annevk commented Oct 30, 2018

@annevk
Copy link
Member Author

annevk commented Oct 30, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant