toBlob

JS
1.1
fun toBlob(
    _callback: (Blob?) -> Unit,
    type: String = definedExternally,
    quality: Any? = definedExternally)