summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/threadErrors_worker3.js
blob: e470680981ab64b0c9d7eea90dea7e440d3fde28 (plain)
1
2
3
4
5
6
7
8
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */
// Unhandled exception in body
onmessage = function (event) {};

throw new Error("Bah!");