July 1998
Intermediate to advanced
1456 pages
65h 5m
English
suffixes — NN 3 IE n/a DOM n/a
Read-only
Returns a comma-delimited string list of file suffixes associated
with the mimeType object. For example, the MIME
type associated with Macromedia Shockwave knows about three suffixes.
The suffixes property value for that
mimeType object is:
dcr, dir, dxr
If you loop through all mimeType objects
registered in the browser to find a match for a specific suffix, you
can then find out whether the matching mimeType
object has a plugin installed for it (via the
enabledPlugin property).
var suff = navigator.mimeTypes[14].suffixes
String.
None.
Read now
Unlock full access