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