MIMEType
An implementation of the MIMEType class.
In accordance with browser conventions, all properties of MIMEType
objects are implemented as getters and setters on the class prototype, rather than as data properties on the object itself.
A MIME string is a structured string containing multiple meaningful components. When parsed, a MIMEType
object is returned containing properties for each of these components.
Since
v19.1.0, v18.13.0