Skip to content

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

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

Interface: StreamOptions<T>

<internal>.internal.StreamOptions

Type parameters

Name Type
T extends Stream

Hierarchy

Table of contents

Properties

Methods

Properties

autoDestroy

Optional autoDestroy: boolean

Defined in

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


emitClose

Optional emitClose: boolean

Defined in

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


highWaterMark

Optional highWaterMark: number

Defined in

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


objectMode

Optional objectMode: boolean

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

Abortable.signal

Defined in

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

Methods

construct

construct(this, callback): void

Parameters

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

Returns

void

Defined in

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


destroy

destroy(this, error, callback): void

Parameters

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

Returns

void

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally