byteArrayFlowFromReadableStream

fun byteArrayFlowFromReadableStream(streamFactory: suspend () -> ReadableStream<Uint8Array>): Flow<ByteArray>