Skip to content
1 min read · 75 words

Interface: IsolationCallContext

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

Trailing parameter a guest method implementation receives when its descriptor declared { signal: true }. Carries the AbortSignal the host aborts to cancel this in-flight call.

Properties

PropertyTypeDescriptionDefined in
signalAbortSignalAborts when the host sends an abort envelope for this call's id.src/batteries/isolation/types.ts:219