[webkit-dev] Reporting exceptions from worker context to users

Drew Wilson atwilson at google.com
Sat Aug 1 09:31:53 PDT 2009


Hi all,
Currently, unhandled exceptions are sent from worker context over to the
parent page where they are logged to the console. This works fine for
dedicated workers, but not for shared workers which can have multiple active
windows.

The immediate solution that springs to mind is to broadcast the exception to
every window associated with a shared worker, and have each window log the
unhandled exception to its console. Is there another option that might be
better (is there the concept of an inspector/console that is not associated
with a specific window, for example)?

-atw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090801/81b0a323/attachment.html>


More information about the webkit-dev mailing list