JavaScript Reference/Javascript Properties/suffixes

Материал из Web эксперт
Перейти к: навигация, поиск

"suffixes" Example

    
<html>
<body>
<button onclick="alert(navigator.mimeTypes[0].suffixes);">suffixes</button>
</body>
</html>



"suffixes" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |mimeType                                                      |
+----------------+--------------------------------------------------------------+



"suffixes" Syntax and Note

Note:
Read-only property. 
Specifies the valid file extension names for the MIME type.
    
Syntax:
    
navigator.mimeTypes[index].suffixes