← Docs
kotlin-stdlib / org.w3c.files / File

File

JS
1.1
open class File : Blob
(source)

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
Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .