Skip to content

@ralphschuler.ai function caller.index.<internal>.StreamPipeOptions

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

Interface: StreamPipeOptions

index.<internal>.StreamPipeOptions

Options for piping a stream.

Table of contents

Properties

Properties

preventAbort

Optional preventAbort: boolean

If set to true, ReadableStream.pipeTo will not abort the writable stream if the readable stream errors.

Defined in

node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts:413


preventCancel

Optional preventCancel: boolean

If set to true, ReadableStream.pipeTo will not cancel the readable stream if the writable stream closes or errors.

Defined in

node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts:418


preventClose

Optional preventClose: boolean

If set to true, ReadableStream.pipeTo will not close the writable stream if the readable stream closes.

Defined in

node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts:422


signal

Optional signal: AbortSignal

Can be set to an AbortSignal to allow aborting an ongoing pipe operation via the corresponding AbortController. In this case, the source readable stream will be canceled, and the destination writable stream aborted, unless the respective options preventCancel or preventAbort are set.

Defined in

node_modules/formdata-node/node_modules/web-streams-polyfill/types/ponyfill.d.ts:428

Typescript Libraries

Modules

Namespaces

Clone this wiki locally