kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.files
/
File
File
JS
open
external
class
File
(
fileBits
:
Array
<
dynamic
>
,
fileName
:
String
,
options
:
FilePropertyBag
=
definedExternally
)
:
Blob
Exposes the JavaScript
File
to Kotlin
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
(
)
slice
Link copied to clipboard
JS
fun
slice
(
start
:
Int
=
definedExternally
,
end
:
Int
=
definedExternally
,
contentType
:
String
=
definedExternally
)
:
Blob
Properties
is
Closed
Link copied to clipboard
JS
open
val
isClosed
:
Boolean
last
Modified
Link copied to clipboard
JS
open
val
lastModified
:
Int
name
Link copied to clipboard
JS
open
val
name
:
String
size
Link copied to clipboard
JS
open
val
size
:
Number
type
Link copied to clipboard
JS
open
val
type
:
String