mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
5 lines
97 B
HTML
5 lines
97 B
HTML
<script>
|
|
window.requestAnimationFrame(function (time) {
|
|
alert("time " + time);
|
|
});
|
|
</script>
|