Blob

open external class Blob(blobParts: Array<dynamic> = definedExternally, options: BlobPropertyBag = definedExternally) : MediaProvider, ImageBitmapSource

Exposes the JavaScript Blob to Kotlin

Constructors

Link copied to clipboard
fun Blob(blobParts: Array<dynamic> = definedExternally, options: BlobPropertyBag = definedExternally)

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
fun slice(    start: Int = definedExternally,     end: Int = definedExternally,     contentType: String = definedExternally): Blob

Properties

Link copied to clipboard
open val isClosed: Boolean
Link copied to clipboard
open val size: Number
Link copied to clipboard
open val type: String

Inheritors

Link copied to clipboard