Navigator.mimeTypes[] PropertyNameNavigator.mimeTypes[] Property---array of supported MIME typesAvailabilityNavigator 3.0 Synopsis
navigator.mimeTypes[] navigator.mimeTypes.length Descriptionnavigator.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. |
|