Bug 62485
Summary: | Web Worker error events are fired in the wrong order. | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Levin <levin> |
Component: | DOM | Assignee: | David Levin <levin> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, dimich, dslomov, levin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
David Levin
It should be worker.onerror , then worker.addEventListener('error', ...)
-- https://bugs.webkit.org/show_bug.cgi?id=62475#c2
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |