Public Attributes | |
readonly attribute AString | name |
Name of mime type. | |
readonly attribute AString | description |
Description of mime type. | |
readonly attribute boolean | nativeSupport |
Flag is mime type has native support in Tahiti. | |
readonly attribute nsISimpleEnumerator | extensions |
Extension enumerator. |
Object contains data about mime-type in the database.
readonly attribute AString description |
Description of mime type.
Description is single line text describing mime type. This text can be used in File-Open dialog.
readonly attribute nsISimpleEnumerator extensions |
Extension enumerator.
Enumerate all known extensions for the type. Enumerated interface supports tmozIMimeExtension
readonly attribute AString name |
Name of mime type.
Typicaly image/jpeg. Internal Tahiti mime-types are TAHITI.XXXX
readonly attribute boolean nativeSupport |
Flag is mime type has native support in Tahiti.
true
True if mime-type is nativly processed in the Tahiti false
False if mime-type has no direct support in the Tahiti