property WritableBase.prototype.writable
Is true
if it is safe to call writable.write()
, which means
the stream has not been destroyed, errored, or ended.
Type #
boolean
Is true
if it is safe to call writable.write()
, which means
the stream has not been destroyed, errored, or ended.
boolean