Skip to content

BrowserFrame.waitUntilComplete()

David Ortner edited this page Jan 12, 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