You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on Gecko's Fetch compliance, I noted that there are web platform tests which do not expect blob types to be lowercased. @annevk suggested that dropping the lowercasing requirement might be an option, so I'm filing a bug to verify that option.
The text was updated successfully, but these errors were encountered:
To elaborate a tiny bit, parse a MIME type already lowercases the type, subtype, and parameter names, but lowercasing parameter values technically makes us lose information, so shouldn't be done.
While working on Gecko's Fetch compliance, I noted that there are web platform tests which do not expect blob types to be lowercased. @annevk suggested that dropping the lowercasing requirement might be an option, so I'm filing a bug to verify that option.
The text was updated successfully, but these errors were encountered: