1 2 3 4
// Worker that errors on receiving an activate event. onactivate = function(e) { undefined.doSomething; };