textAsync

external fun textAsync(stream: ReadableStream): Promise<String>(source)
external fun textAsync(stream: Readable): Promise<String>(source)
external fun textAsync(stream: AsyncIterable<Any?>): Promise<String>(source)