Update available MIMEtypes
zetashift opened this issue · 5 comments
zetashift commented
Our current list is quite small:
scala-js-dom/dom/src/main/scala-3/org/scalajs/dom/MIMEType.scala
Lines 5 to 15 in 21d6bad
For common MIME types I've found this: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
armanbilge commented
I'm not sure if this is a worthwhile endeavour. We can never have a complete list, and it can become a PITA to maintain. Maybe we should just use String
, and deprecate this.
zetashift commented
Fair enough, typescript does the same somewhat
armanbilge commented
Actually that appears to be a different API 😅
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/mimeTypes
zetashift commented
oops, but you are still right tho!
zetashift commented
There is no "will fix by deprecating it" label :P!