Navigator 3.0
navigator.mimeTypes[] navigator.mimeTypes.length
navigator.mimeTypes is an array of MimeType objects, each of which represents one of the MIME types (e.g., "text/html" and "image/gif") supported by the browser. There are navigator.mimeTypes.length elements in the array.