Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-node
/
node.stream.consumers
/
blobAsync
blob
Async
external
fun
blobAsync
(
stream
:
ReadableStream
<
*
>
)
:
Promise
<
Blob
>
(
source
)
external
fun
blobAsync
(
stream
:
ReadableStream
)
:
Promise
<
Blob
>
(
source
)
external
fun
blobAsync
(
stream
:
AsyncIterable
<
Any
?
>
)
:
Promise
<
Blob
>
(
source
)
Since
v16.7.0