On Wed Aug 27 14:48:20 2025 +0000, Jacek Caban wrote:
Why do we need all of that? Could we just lowercase `mimeType` string and pass that to Gecko?
I was worried about returning proper error (`E_INVALIDARG` for instance) but it seems I can find that out because Gecko returns `NS_ERROR_NOT_IMPLEMENTED` so I can special case it. Though I'll also have to convert it to ASCII, shouldn't be a problem.