summaryrefslogtreecommitdiffstats
path: root/dom/xhr/tests/subdir/relativeLoad_sub_worker2.js
blob: f47a29ee69e5f12e859fb7ff629a151cc7be6588 (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 importSubURL = "relativeLoad_sub_import.js";

importScripts(importSubURL);

postMessage(workerSubURL);