MimeTypeArray
Constructors
<init>
Exposes the JavaScript MimeTypeArray to Kotlin
MimeTypeArray()
Functions
Extension Functions
asList
Returns the view of this ItemArrayLike<T>
collection as List<T>
fun <T> ItemArrayLike<T>.asList(): List<T>
get
operator fun MimeTypeArray.get(index: Int): MimeType?
operator fun MimeTypeArray.get(name: String): MimeType?