MimeType.name (Property)

The name of this particular MIME type.

Availability:

JavaScript - 1.5
JScript - 5.0
Internet Explorer - 5.0
Netscape - 6.0
Property/method value type:String primitive
JavaScript syntax:-myMimeType.name

Although the MIME type names are more consistent between browsers than the descriptive text, there are still significant and annoying differences between them. Use with caution as part of your graceful degradation when you find local client support lacks some vital functionality your pages require.

Property attributes:

ReadOnly.