Blob

external interface Blob : JsAny

Properties

Link copied to clipboard
abstract var size: Int
Link copied to clipboard
abstract var type: String

Functions

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