1 2 3 4 5 6 7
if (typeof self !== "undefined") { throw new Error("self is defined"); } if (typeof WorkerGlobalScope !== "undefined") { throw new Error("WorkerGlobalScope is defined"); }