Source code
Revision control
Copy as Markdown
Other Tools
window.requestAnimationFrame(function() {
/* Generate a slow task. */
const begin = window.performance.now();
while (window.performance.now() < begin + 60);
});
window.requestAnimationFrame(function() {
/* Generate a slow task. */
const begin = window.performance.now();
while (window.performance.now() < begin + 60);
});