[Bug 6052] Should propagate uncaught exceptions from workers to their owner

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6052


Andrew Fedoniouk <news@terrainformatica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |news@terrainformatica.com




--- Comment #1 from Andrew Fedoniouk <news@terrainformatica.com>  2008-09-10 05:01:54 ---
What exactly means "propagate"?
The only feasible option is to send error message from worker to its owner. Or
probably rise some event similar to "fire a simple event called error" [1]  
Otherwise it is not clear how and when to catch such an exception. 

[1] http://www.whatwg.org/specs/web-workers/current-work/#processing


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 10 September 2008 05:02:32 UTC