'mimeTypes' Example
<html> <body> <button onclick="alert(navigator.mimeTypes.length);">length</button> </body> </html>