LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangGraph
  • Web
  • Channels
  • Pregel
  • Prebuilt
  • Remote
LangGraph SDK
  • Ui
  • Client
  • Auth
  • React
  • Logging
  • React Ui
  • Utils
  • Server
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
  • Store
LangGraph Checkpoint Redis
  • Shallow
  • Store
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
  • Cli
LangGraph API
LangGraph CLI
LangGraph CUA
  • Utils
LangGraph Supervisor
LangGraph Swarm
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangGraph
WebChannelsPregelPrebuiltRemote
LangGraph SDK
UiClientAuthReactLoggingReact UiUtilsServer
LangGraph Checkpoint
LangGraph Checkpoint MongoDB
LangGraph Checkpoint Postgres
Store
LangGraph Checkpoint Redis
ShallowStore
LangGraph Checkpoint SQLite
LangGraph Checkpoint Validation
Cli
LangGraph API
LangGraph CLI
LangGraph CUA
Utils
LangGraph Supervisor
LangGraph Swarm
Language
Theme
JavaScript@langchain/langgraph-sdkutilsIterableReadableStream
Class●Since v1.7

IterableReadableStream

Copy
class IterableReadableStream

Bases

ReadableStream<T>

Constructors

constructor
constructor

Properties

property
locked: boolean
property
reader: ReadableStreamDefaultReader<T>

Methods

method
[asyncDispose]→ Promise<void>
method
[asyncIterator]→ IterableReadableStream<T>
method
cancel→ Promise<void>

Cancel a run.

method
ensureReader
method
getReader
method
next→ Promise<IteratorResult<T, any>>
method
pipeThrough
method
pipeTo
method
return→ Promise<IteratorResult<T, any>>
method
tee
method
throw→ Promise<IteratorResult<T, any>>
method
fromAsyncGenerator→ IterableReadableStream<T>
method
fromReadableStream→ IterableReadableStream<T>
View source on GitHub