Skip to content
HomePagesHomePages template kit

islandsCaptureReady

Settles when every handle has MOUNTED and every capture hold has been released — the whole readiness a capture host publishes under the capturer's readiness global.

Settles when every handle has MOUNTED and every capture hold has been released — the whole readiness a capture host publishes under the capturer’s readiness global. Holds registered while the drain is in flight (an island’s mount effect runs before its handle’s mounted settles, but another island’s may not have) are drained too. Unbounded by design: the capturer’s own per-leg ceiling is the timeout, and it fails naming the leg.

Import from @homepages/template-kit/island-runtime.

function islandsCaptureReady(handles: readonly IslandHandle[]): Promise<void>
Name Type Required Description
handles readonly IslandHandle[] required

Promise<void>