class js.html.AbstractWorker extends EventTarget
Available on js
Not yet implemented by Firefox. Documentation for this class was provided by MDN.
Workers are background tasks that can be easily created and can send messages back to their creators. Creating a worker is as simple as calling the Worker() constructor, specifying a script to be run in the worker thread.
Worker()
var onerror:EventListener