ReadableOptions

@native @JSType trait ReadableOptions extends StObject with StreamOptions[Readable]
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 encoding: UndefOr[BufferEncoding]
var read: UndefOr[ThisFunction1[Readable, Double, 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 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