summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/chromeWorker_subworker.js
blob: 5ad1a9923898f4cdf2e7c1addaa59e78e4b53f31 (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("Done!");
};