toggle menu
trixnity-utils
4.2.2
js
switch theme
search in API
trixnity-utils
/
net.folivo.trixnity.utils
/
byteArrayFlowFromReadableStream
byte
Array
Flow
From
Readable
Stream
js
fun
byteArrayFlowFromReadableStream
(
streamFactory
:
suspend
(
)
->
ReadableStream
<
Uint8Array
>
)
:
Flow
<
ByteArray
>