Bug 62485 - Web Worker error events are fired in the wrong order.
Summary: Web Worker error events are fired in the wrong order.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-10 15:17 PDT by David Levin
Modified: 2011-06-10 15:17 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2011-06-10 15:17:33 PDT
It should be worker.onerror , then worker.addEventListener('error', ...)
-- https://bugs.webkit.org/show_bug.cgi?id=62475#c2