File

JS
1.1
open class File : Blob

Exposes the JavaScript File to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript File to Kotlin

File(
    fileBits: Array<dynamic>,
    fileName: String,
    options: FilePropertyBag = definedExternally)

Properties

JS
1.1

lastModified

open val lastModified: Int
JS
1.1

name

open val name: String