Integrate suggestion from review to improve consistency with existing code.
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/publicdomain/zero/1.0/
7 var interval = setInterval(function() {
8 postMessage(++counter);
11 onmessage = function(event) {
12 clearInterval(interval);