Skip to content
1 min read · 75 words

Interface: StreamHandle

Defined in: src/batteries/isolation/types.ts:227

Trailing parameter every guest stream implementation receives (regardless of declared options). Carries the AbortSignal the host aborts (via stream:cancel) when the reader cancels the host-side ReadableStream.

Properties

PropertyTypeDescriptionDefined in
signalAbortSignalAborts when the host sends a stream:cancel envelope for this stream's id.src/batteries/isolation/types.ts:229