stream.isWritable(stream)
stream<Writable> | <Duplex> | <WritableStream>- 返回值:<boolean> | <null> - 仅当
stream不是有效的Writable、Duplex或WritableStream时返回null。
返回流是否可写。
【Returns whether the stream is writable.】
stream <Writable> | <Duplex> | <WritableStream>stream 不是有效的 Writable、Duplex 或 WritableStream 时返回 null。返回流是否可写。
【Returns whether the stream is writable.】