Skip to main content

Classes & Interfaces

FalStream

The class representing a streaming response. With t

Properties

Methods

[Symbol.asyncIterator]

Returns: any

StreamingClient

The streaming client interface.

Methods

stream

Calls a fal app that supports streaming and provides a streaming-capable object as a result, that can be used to get partial results through either AsyncIterator or through an event listener.Returns: Promise<FalStream<InputType<Id>, OutputType<Id>>>

Functions

createStreamingClient

Returns: StreamingClient

Types

StreamingConnectionMode

StreamOptions

The stream API options. It requires the API input and also offers configuration options.