Type Alias: SandboxEpochIsLive
ts
type SandboxEpochIsLive = (epoch: SandboxEpoch) => boolean;Defined in: src/batteries/sandbox/media_reader.ts:8
The capability needed to decide whether a sandbox handle is still alive.
Parameters
| Parameter | Type |
|---|---|
epoch | SandboxEpoch |
Returns
boolean