Skip to content

DetachedWindowAPI.waitUntilComplete()

David Ortner edited this page Feb 21, 2024 · 1 revision

Waits for all ongoing operations to complete. This includes operations such as loading resources and executing scripts.

Signature

async waitUntilComplete(): Promise<void>;

Returns

Promise<void>

Clone this wiki locally