gecko-dev/dom/workers/test/xpcshell/data/worker.js
2013-11-06 09:05:17 -05:00

7 lines
172 B
JavaScript

/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
self.onmessage = function(msg) {
self.postMessage("OK");
};