summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/importScripts_worker_imported4.js
blob: 82f8708c5977da7469de54da7ceb7d6793325d2a (plain)
1
2
3
4
5
6
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */
// Deliberate throw, should generate a worker exception!
throw new Error("Bah!");