summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/workersDisabled_worker.js
blob: 7346fc142c342c826438a916bb57339127e94d78 (plain)
1
2
3
4
5
6
7
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */
onmessage = function(event) {
  postMessage(event.data);
}