property DaemonState.pageSlot

Persistent Page slot, reused across runs to save a newPage() (~70-130ms). Read through RunState.reusablePageSlot(), never directly — reuse is only valid for single-group runs.

Properties

page: Page | null

Usage

import { type DaemonState } from "lib/types.ts";