Source code
Revision control
Copy as Markdown
Other Tools
/**
* Any copyright is dedicated to the Public Domain.
*/
// Unhandled exception in body
onmessage = function (event) {};
throw new Error("Bah!");
/**
* Any copyright is dedicated to the Public Domain.
*/
// Unhandled exception in body
onmessage = function (event) {};
throw new Error("Bah!");