blob: e80d79a8e51bf94682a38f406c653d59c7d8e726 [file] [log] [blame]
var t = setInterval(function() {
postMessage(1);
}, 10);
clearInterval(t);