Skip to content

nextFrame

Official

Waits for the next frame.

Example:

await nextFrame();

Signature:

function nextFrame(): Promise<void>

Returns: Promise<void> — A promise that resolves after the next frame.

Example:

await nextFrame();