Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ nextFrame
Function
nextFrame
packages/vue/__tests__/e2e/e2eBrowserUtils.ts:413–419 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
411
}
412
413
async
function
nextFrame() {
414
return
new
Promise<void>(resolve => {
415
requestAnimationFrame(() => {
416
requestAnimationFrame(() => resolve())
417
})
418
})
419
}
420
421
return
{
422
page: () => browserPage,
Callers
nothing calls this directly
Calls
1
resolve
Function · 0.50
Tested by
no test coverage detected