Source code

Revision control

Copy as Markdown

Other Tools

var t = setTimeout(function() { postMessage(1); }, 10);
clearTimeout(t);