writableStream.locked


writableStream.locked 属性默认为 false,当有活动写入器附加到此 WritableStream 时切换为 true

¥The writableStream.locked property is false by default, and is switched to true while there is an active writer attached to this WritableStream.