MimeTypeArray

abstract external class MimeTypeArray : ItemArrayLike<MimeType>

Exposes the JavaScript MimeTypeArray to Kotlin

Constructors

MimeTypeArray
Link copied to clipboard
fun MimeTypeArray()

Functions

item
Link copied to clipboard
open override fun item(index: Int): MimeType?
namedItem
Link copied to clipboard
fun namedItem(name: String): MimeType?

Properties

length
Link copied to clipboard
abstract val length: Int

Extensions

get
Link copied to clipboard
inline operator fun MimeTypeArray.get(index: Int): MimeType?
inline operator fun MimeTypeArray.get(name: String): MimeType?