Source code

Revision control

Copy as Markdown

Other Tools

"use strict";
self.addEventListener("message", ({ data }) => foo(data));
function foo() {
throw new Error("worker2");
}