summaryrefslogtreecommitdiffstats
path: root/dom/xhr/tests/relativeLoad_worker2.js
blob: e9fbdf903ae479963e6acf0bf7c47c0aa189ff4b (plain)
1
2
3
4
5
6
7
8
9
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */
const importURL = "relativeLoad_import.js";

importScripts(importURL);

postMessage(workerURL);