Skip to content

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

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

Interface: QueuingStrategy<T>

index.<internal>.QueuingStrategy

A queuing strategy.

Type parameters

Name Type
T any

Table of contents

Properties

Properties

highWaterMark

Optional highWaterMark: number

A non-negative number indicating the high water mark of the stream using this queuing strategy.

Defined in

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


size

Optional size: QueuingStrategySizeCallback<T>

A function that computes and returns the finite non-negative size of the given chunk value.

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally