blob: e6349c3320eea9612b33f012cc855f2e51a3d4a1 [file] [log] [blame]
(function f() {
postMessage(1);
setTimeout(f, 0);
})();