javascript mimeType type
| type | NN 3 IE 5(Mac) DOM n/a |
| Read-only | |
|
Returns a string version of the MIME type associated with the mimeType object. You could, for example, loop through all the mimeType objects in search of the one that matches a specific MIME type (application/x-midi) and examine that mimeType object further to see whether it is currently supported and enabled. |
|
| Example | |
var MType = navigator.mimeTypes[3].type; |
|
| Value | |
String. |
|
| Default | |
None. |
|
Previous: javascript MouseEvent Description
1288,Nickname,Homepage or email,Comments here,Add comment
