stream.isReadable(stream)
stream<Readable> | <Duplex> | <ReadableStream>- 返回值:<boolean> | <null> - 仅当
stream不是有效的Readable、Duplex或ReadableStream时返回null。
返回流是否可读。
【Returns whether the stream is readable.】
stream <Readable> | <Duplex> | <ReadableStream>stream 不是有效的 Readable、Duplex 或 ReadableStream 时返回 null。返回流是否可读。
【Returns whether the stream is readable.】