AbstractWorker
interface of the Web Workers API abstracts properties and methods common to all kind of workers, being Worker
or SharedWorker
.AbstractWorker
.onerror
property of the AbstractWorker
interface represents an EventHandler
, that is a function to be called when the error
event occurs and bubbles through the Worker
.