Skip to content

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

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

Interface: ConnectOpts

index.<internal>.ConnectOpts

Hierarchy

Table of contents

Properties

Properties

onread

Optional onread: OnReadOpts

If specified, incoming data is stored in a single buffer and passed to the supplied callback when data arrives on the socket. Note: this will cause the streaming functionality to not provide any data, however events like 'error', 'end', and 'close' will still be emitted as normal and methods like pause() and resume() will also behave as expected.

Defined in

node_modules/@types/node/net.d.ts:51

Typescript Libraries

Modules

Namespaces

Clone this wiki locally