1. Computing & Technology

mimeTypes

From , former About.com Guide

Definition: The mimeTypes class defines a collection containing all of the mime types supported by the browser. This is not a reserved word so you can declare your own variable or function called mimeTypes but if you do then you will not be able to reference the list of mimetypes.
Examples:
for (var i=0;i<navigator.mimeTypes.length;i++) document.write(navigator.mimeTypes[i].type+'<br />');
Related Searches type lt mime types br

©2012 About.com. All rights reserved.

A part of The New York Times Company.