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