kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
HTMLCanvasElement
/
toBlob
to
Blob
JS
fun
toBlob
(
_callback
:
(
Blob
?
)
->
Unit
,
type
:
String
=
definedExternally
,
quality
:
Any
?
=
definedExternally
)