Skip to content
HomePagesHomePages template kit

CAPTURE_ISLAND_QUIET_WINDOW_MS

How long the page must produce no request activity before the network is called quiescent.

How long the page must produce no request activity before the network is called quiescent. Observed HOST-side (the driver below subscribes to the browser’s own request events) rather than through an in-page or driver-level network-idle wait: a dev host keeps a live event stream open for the life of the page, so a definition resting on “no connections are open” never arrives there. “Nothing has started or finished for a while” is true on both hosts.

The island half of the name records the design that introduced the leg; the wait itself runs for EVERY captured page — it is what makes “a failed external request is the defect” a sound contract, since a request still in flight at shot time is neither failed nor painted.

Import from @homepages/template-kit.

const CAPTURE_ISLAND_QUIET_WINDOW_MS: 500