blob: fa4afe5bf437b6d9b7c0606b1bf81df615159f61 [file] [log] [blame]
var t = setTimeout(function () { postMessage('1'); }, 10);
clearTimeout(t);