michael@0: /** michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ michael@0: */ michael@0: const importURL = "relativeLoad_import.js"; michael@0: michael@0: importScripts(importURL); michael@0: michael@0: postMessage(workerURL);