import 'dart:html'; main() { window.requestAnimationFrame((num time) => false); }