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.