-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
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
opaque type MIMEType <: String = String | |
object MIMEType { | |
val `text/html`: MIMEType = "text/html" | |
val `text/xml`: MIMEType = "text/xml" | |
val `application/xml`: MIMEType = "application/xml" | |
val `application/xhtml+xml`: MIMEType = | |
"application/xhtml+xml" | |
val `image/svg+xml`: MIMEType = "image/svg+xml" | |
} |
For common MIME types I've found this: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
Metadata
Metadata
Assignees
Labels
No labels