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
| Property | Type | Description | Defined in |
|---|---|---|---|
signal | AbortSignal | Aborts when the host sends an abort envelope for this call's id. | src/batteries/isolation/types.ts:219 |