functionstream.iter.textfunction text(source: Source,options?: TextConsumeOptions): Promise<string>;Referenced typestype Source =| string| ArrayBufferLike| ArrayBufferView| Iterable<SyncSource>| AsyncIterable<Source>| Streamable| AsyncStreamableinterface TextConsumeOptionsencoding?: stringlimit?: numbersignal?: AbortSignal