stdlib
1.4
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.files
/
File
File
JS
open
external
class
File
(
fileBits
:
Array
<
dynamic
>
,
fileName
:
String
,
options
:
FilePropertyBag
=
definedExternally
)
:
Blob
(
source
)
Exposes the JavaScript
File
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Properties
Constructors
File
Link copied to clipboard
JS
fun
File
(
fileBits
:
Array
<
dynamic
>
,
fileName
:
String
,
options
:
FilePropertyBag
=
definedExternally
)
Functions
close
Link copied to clipboard
JS
fun
close
(
)
Since Kotlin
1.1
slice
Link copied to clipboard
JS
fun
slice
(
start
:
Int
=
definedExternally
,
end
:
Int
=
definedExternally
,
contentType
:
String
=
definedExternally
)
:
Blob
Since Kotlin
1.1
Properties
is
Closed
Link copied to clipboard
JS
open
val
isClosed
:
Boolean
Since Kotlin
1.1
last
Modified
Link copied to clipboard
JS
open
val
lastModified
:
Int
Since Kotlin
1.1
name
Link copied to clipboard
JS
open
val
name
:
String
Since Kotlin
1.1
size
Link copied to clipboard
JS
open
val
size
:
Number
Since Kotlin
1.1
type
Link copied to clipboard
JS
open
val
type
:
String
Since Kotlin
1.1