DuplexOptions

@native @JSType trait DuplexOptions extends StObject with ReadableOptions
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[Duplex | Writable, Function1[UndefOr[Error | Null], Unit], Unit]]
var allowHalfOpen: UndefOr[Boolean]
@JSName("construct")
var construct_DuplexOptions: UndefOr[ThisFunction1[Duplex, Function1[UndefOr[Error | Null], Unit], Unit]]
var decodeStrings: UndefOr[Boolean]
@JSName("destroy")
var destroy_DuplexOptions: UndefOr[ThisFunction2[Duplex, Error | Null, Function1[Error | Null, Unit], Unit]]
@JSName("read")
var read_DuplexOptions: UndefOr[ThisFunction1[Duplex, Double, Unit]]
var readableHighWaterMark: UndefOr[Double]
var readableObjectMode: UndefOr[Boolean]
var writableCorked: UndefOr[Double]
var writableHighWaterMark: UndefOr[Double]
var writableObjectMode: UndefOr[Boolean]
var write: UndefOr[ThisFunction3[Duplex | Writable, Any, BufferEncoding, Function1[UndefOr[Error | Null], Unit], Unit]]
var writev: UndefOr[ThisFunction2[Duplex | Writable, Array[Chunk], Function1[UndefOr[Error | Null], Unit], Unit]]

Inherited fields

var autoDestroy: UndefOr[Boolean]
Inherited from
StreamOptions
var construct: UndefOr[ThisFunction1[Readable, Function1[UndefOr[Error | Null], Unit], Unit]]
Inherited from
StreamOptions
var destroy: UndefOr[ThisFunction2[Readable, Error | Null, Function1[Error | Null, Unit], Unit]]
Inherited from
StreamOptions
var emitClose: UndefOr[Boolean]
Inherited from
StreamOptions
var encoding: UndefOr[BufferEncoding]
Inherited from
ReadableOptions
var highWaterMark: UndefOr[Double]
Inherited from
StreamOptions
var objectMode: UndefOr[Boolean]
Inherited from
StreamOptions
var read: UndefOr[ThisFunction1[Readable, Double, Unit]]
Inherited from
ReadableOptions
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