Package org.w3c.files
Kotlin JavaScript wrappers for the W3C file API .
Types
Blob
Exposes the JavaScript Blob to Kotlin
open
class
Blob
:
MediaProvider
,
ImageBitmapSource
BlobPropertyBag
interface
BlobPropertyBag
FileList
Exposes the JavaScript FileList to Kotlin
abstract
class
FileList
:
ItemArrayLike
<
File
>
FilePropertyBag
interface
FilePropertyBag
:
BlobPropertyBag
FileReader
Exposes the JavaScript FileReader to Kotlin
open
class
FileReader
:
EventTarget
FileReaderSync
Exposes the JavaScript FileReaderSync to Kotlin
open
class
FileReaderSync
Functions
BlobPropertyBag
fun
BlobPropertyBag
(
type
:
String
?
=
""
)
:
BlobPropertyBag
FilePropertyBag
fun
FilePropertyBag
(
lastModified
:
Int
?
=
undefined
,
type
:
String
?
=
""
)
:
FilePropertyBag