[whatwg] Questions on error handling in web workers

Jian Li jianli at chromium.org
Wed Jul 15 17:09:44 PDT 2009


I have a couple questions regarding error handling in HTML 5 workers.
In the spec, it says "Whenever a runtime script error occurs in one of the
worker'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's onerror attribute.". Does it mean that onerror
attribute of WorkerContext would be called? In addition to the errors being
thrown?

The spec also says "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.".  What does it mean by "the error is
still not handled afterwards"? Does it mean that the onerror attribute is
not set for WorkerContext?

Thanks,

Jian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20090715/ed1cb353/attachment-0002.htm>


More information about the whatwg mailing list