The MimeType object is a predefined JavaScript object that you access through the mimeTypes array of the Navigator or Plugin object.
MIME stands for Multipart Internet Mail Extension.
Property/MethodDescription
descriptionReturns description of MimeType
enabledPluginReturns plug-in for specific MimeType
suffixesReturns file extension for MimeType
typeReturns string representation of MimeType
Example of how to determine the available MimeTypes