Skip to content

Window.nextFrame method

Window › nextFrame

Official

Waits for the next frame.

Signature:

nextFrame(): Promise<void>

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

Example:

await nextFrame();