Skip to content

@ralphschuler.logger.Logger.<internal>.ReadableOptions

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: ReadableOptions

Logger.<internal>.ReadableOptions

Hierarchy

Table of contents

Properties

Methods

Properties

autoDestroy

Optional autoDestroy: boolean

Inherited from

StreamOptions.autoDestroy

Defined in

node_modules/@types/node/stream.d.ts:952


emitClose

Optional emitClose: boolean

Inherited from

StreamOptions.emitClose

Defined in

node_modules/@types/node/stream.d.ts:947


encoding

Optional encoding: BufferEncoding

Defined in

node_modules/@types/node/stream.d.ts:955


highWaterMark

Optional highWaterMark: number

Inherited from

StreamOptions.highWaterMark

Defined in

node_modules/@types/node/stream.d.ts:948


objectMode

Optional objectMode: boolean

Inherited from

StreamOptions.objectMode

Defined in

node_modules/@types/node/stream.d.ts:949


signal

Optional signal: AbortSignal

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

Inherited from

StreamOptions.signal

Defined in

node_modules/@types/node/events.d.ts:456

Methods

construct

construct(this, callback): void

Parameters

Name Type
this Readable
callback (error?: null | Error) => void

Returns

void

Inherited from

StreamOptions.construct

Defined in

node_modules/@types/node/stream.d.ts:950


destroy

destroy(this, error, callback): void

Parameters

Name Type
this Readable
error null | Error
callback (error: null | Error) => void

Returns

void

Inherited from

StreamOptions.destroy

Defined in

node_modules/@types/node/stream.d.ts:951


read

read(this, size): void

Parameters

Name Type
this Readable
size number

Returns

void

Defined in

node_modules/@types/node/stream.d.ts:956

Typescript Libraries

Modules

Namespaces

Clone this wiki locally