summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/threadErrors_worker3.js
blob: 5f8c14ebcf48d1298a184f05ca9dc4a4ec5940bc (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!");