MimeType.suffixes[] (Collection)

A list of file type suffixes that contain data of this MIME type.

Availability:

JavaScript - 1.1
JScript - 3.0
Internet Explorer - 4.0
Netscape - 3.0
JavaScript syntax:-myMimeType.suffixes

This is another example of cross browser inconsistencies. In addition, the result of accessing this property is not truly a collection but a comma delimited string which needs to be unpacked into an array. In some cases, the string is empty where there are no appropriate file types.

Any code you develop needs to take account of the separator being a comma in MSIE and a comma+space in Netscape.

Property attributes:

ReadOnly.