Source code

Revision control

Copy as Markdown

Other Tools

function workerMethod() {
console.log("workerMethod about to throw...");
throw new Error("Method-Throw-Payload");
}