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.
Signature
Section titled “Signature”function islandsCaptureReady(handles: readonly IslandHandle[]): Promise<void>Parameters
Section titled “Parameters”| Name | Type | Required | Description |
|---|---|---|---|
handles |
readonly IslandHandle[] |
required |
Returns
Section titled “Returns”Promise<void>