Bug 25150 - workers that throw exceptions not calling onerror
Summary: workers that throw exceptions not calling onerror
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 26049 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-12 16:33 PDT by jason a
Modified: 2009-08-07 13:47 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jason a 2009-04-12 16:33:37 PDT
Worker js files that throw an exception at runtime don't invoke the onerror method (or throw an exception).

Excpected onerror to be invoked when message posted to worker that causing runtime exception within the worker.
Comment 1 Alexey Proskuryakov 2009-04-14 02:30:18 PDT
We're currently implementing an older version of the spec, where onerror was only called for network errors - need to update to current version.
Comment 2 Alexey Proskuryakov 2009-05-28 04:11:46 PDT
*** Bug 26049 has been marked as a duplicate of this bug. ***
Comment 3 Jian Li 2009-08-07 13:47:30 PDT
This should have been fixed.