Package org. w3c. files
Kotlin JavaScript wrappers for the W3C file API.
Types
Blob
Link copied to clipboard
open external class Blob(blobParts: Array<dynamic>, options: BlobPropertyBag) : MediaProvider, ImageBitmapSource
Content copied to clipboard
Exposes the JavaScript Blob to Kotlin
Blob Property Bag
Link copied to clipboard
File Property Bag
Link copied to clipboard
File Reader
Link copied to clipboard
Exposes the JavaScript FileReader to Kotlin
File Reader Sync
Link copied to clipboard
Exposes the JavaScript FileReaderSync to Kotlin
Functions
Blob Property Bag
Link copied to clipboard
File Property Bag
Link copied to clipboard
inline fun FilePropertyBag(lastModified: Int? = undefined, type: String? = ""): FilePropertyBag
Content copied to clipboard