StreamOptions

@native @JSType trait StreamOptions[T]() extends StObject with Abortable
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 autoDestroy: UndefOr[Boolean]
var construct: UndefOr[ThisFunction1[T, Function1[UndefOr[Error | Null], Unit], Unit]]
var destroy: UndefOr[ThisFunction2[T, Error | Null, Function1[Error | Null, Unit], Unit]]
var emitClose: UndefOr[Boolean]
var highWaterMark: UndefOr[Double]
var objectMode: UndefOr[Boolean]

Inherited fields

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