Skip to content

RpcResultPayload

Defined in: packages/client/src/worker/protocol.ts:376

worker → tab: an RPC outcome, mirroring today’s in-process resolve/reject semantics.

optional error?: BridgeErrorWire

Defined in: packages/client/src/worker/protocol.ts:381

The rejection message + optional structured detail (present when !ok).


ok: boolean

Defined in: packages/client/src/worker/protocol.ts:377


optional value?: unknown

Defined in: packages/client/src/worker/protocol.ts:379

The resolved value (present when ok).