Skip to content

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

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

Interface: ReadableOptions

index.<internal>.ReadableOptions

Hierarchy

Table of contents

Properties

Methods

Properties

autoDestroy

Optional autoDestroy: boolean

Defined in

node_modules/form-data/index.d.ts:19


encoding

Optional encoding: string

Defined in

node_modules/form-data/index.d.ts:15


highWaterMark

Optional highWaterMark: number

Defined in

node_modules/form-data/index.d.ts:14


objectMode

Optional objectMode: boolean

Defined in

node_modules/form-data/index.d.ts:16

Methods

destroy

destroy(this, error, callback): void

Parameters

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

Returns

void

Defined in

node_modules/form-data/index.d.ts:18


read

read(this, size): void

Parameters

Name Type
this Readable
size number

Returns

void

Defined in

node_modules/form-data/index.d.ts:17

Typescript Libraries

Modules

Namespaces

Clone this wiki locally