-
Notifications
You must be signed in to change notification settings - Fork 162
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
Update available MIMEtypes #764
Comments
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 |
Fair enough, typescript does the same somewhat |
Actually that appears to be a different API 😅 https://developer.mozilla.org/en-US/docs/Web/API/Navigator/mimeTypes |
oops, but you are still right tho! |
There is no "will fix by deprecating it" label :P! |
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
The text was updated successfully, but these errors were encountered: