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