JavaScript MimeType Object
JavaScript MimeType is a property of the navigator object.
Properties
- description - The description of the MIME type.
- enabledPlugin - A Plugin object for the MIME type.
- type - The name describing the MIME type. An example is "text/html".
- suffixes - File name extensions for specific MIME types, placed in a string. This is a list of file name extensions associated with the mime type. The names are seperated by commas if there are multiple names.
|
|