mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
6 lines
97 B
HTML
6 lines
97 B
HTML
<script>
|
|
window.requestAnimationFrame(function (time) {
|
|
alert("time " + time);
|
|
});
|
|
</script>
|