WritableOptions

@native @JSType trait WritableOptions extends StObject with StreamOptions[Writable]
Companion
object
trait Abortable
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var `final`: UndefOr[ThisFunction1[Writable, Function1[UndefOr[Error | Null], Unit], Unit]]
var decodeStrings: UndefOr[Boolean]
var write: UndefOr[ThisFunction3[Writable, Any, BufferEncoding, Function1[UndefOr[Error | Null], Unit], Unit]]
var writev: UndefOr[ThisFunction2[Writable, Array[Chunk], Function1[UndefOr[Error | Null], Unit], Unit]]

Inherited fields

var autoDestroy: UndefOr[Boolean]
Inherited from
StreamOptions
var construct: UndefOr[ThisFunction1[Writable, Function1[UndefOr[Error | Null], Unit], Unit]]
Inherited from
StreamOptions
var destroy: UndefOr[ThisFunction2[Writable, Error | Null, Function1[Error | Null, Unit], Unit]]
Inherited from
StreamOptions
var emitClose: UndefOr[Boolean]
Inherited from
StreamOptions
var highWaterMark: UndefOr[Double]
Inherited from
StreamOptions
var objectMode: UndefOr[Boolean]
Inherited from
StreamOptions
var signal: UndefOr[AbortSignal]

When provided the corresponding AbortController can be used to cancel an asynchronous action.

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Inherited from
Abortable