Interface: SkippedCastItem
Defined in: packages/cast/src/handoff-machine.ts:101
A queue entry the projection left out — typed, surfaced, never silent.
Properties
index
readonly index: number;
Defined in: packages/cast/src/handoff-machine.ts:103
JS-queue index of the skipped entry.
item
readonly item: CastHandoffQueueItem;
Defined in: packages/cast/src/handoff-machine.ts:104
reason
readonly reason: "codec" | "local-file" | "headers";
Defined in: packages/cast/src/handoff-machine.ts:105