I have a couple questions regarding error handling in HTML 5 workers. <div><br></div><div>In the spec, it says &quot;Whenever a runtime script error occurs in one of the worker&#39;s scripts, if the error did not occur while handling a previous script error, the user agent must report the error using the WorkerGlobalScope object&#39;s onerror attribute.&quot;. Does it mean that onerror attribute of WorkerContext would be called? In addition to the errors being thrown?</div>
<div><br></div><div>The spec also says &quot;For dedicated workers, if the error is still not handled afterwards, or if the error occurred while handling a previous script error, the user agent must queue a task to fire a worker error event at the Worker object associated with the worker.&quot;.  What does it mean by &quot;the error is still not handled afterwards&quot;? Does it mean that the onerror attribute is not set for WorkerContext?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Jian</div><div><br></div>