Source code

Revision control

Copy as Markdown

Other Tools

var t = setInterval(function() {
postMessage(1);
}, 10);
clearInterval(t);