home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Navigator.mimeTypes[] Property

Name

Navigator.mimeTypes[] Property---array of supported MIME types

Availability

Navigator 3.0

Synopsis

navigator.mimeTypes[]
navigator.mimeTypes.length

Description

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.


Previous Home Next
Navigator.javaEnabled() Book Index Navigator.plugins[]

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell