Source code

Revision control

Copy as Markdown

Other Tools

/**
* Any copyright is dedicated to the Public Domain.
*/
/* eslint-env worker */
/* global workerURL */
const importURL = "relativeLoad_import.js";
importScripts(importURL);
postMessage(workerURL);