-
Notifications
You must be signed in to change notification settings - Fork 46
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
Consider reserializing type attributes, not just parsing them. #123
Comments
Additional context in #43 |
Aside from I think what should happen is that we store a MIME type internally (I think @mkruisselbrink was planning on adding internal slots) and the I looked into writing a patch for this briefly, but it would end up being quite the rewrite as these bits of the specification are quite dated. |
Note that there's tests for this already at |
Let's duplicate this into that issue as there's no real need to track it separately. |
While working on Gecko's Fetch compliance, I noted that there are web platform tests which fail because they expect blob types to be passed through the MIME Sniffing standard's serialization. @annevk suggested that there may have been discussions on doing this reserialization, so I'm filing a bug to verify that option.
The text was updated successfully, but these errors were encountered: