[Webkit-unassigned] [Bug 25151] workers with syntax errors not causing exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 14:15:25 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25151





------- Comment #2 from dimich at chromium.org  2009-06-24 14:15 PDT -------
Here is what the spec says:

---
Attempt to fetch the resource identified by url.
If the attempt fails, or if the attempt involves any redirects to URIs that do
not have the same origin as url (even if the final URI is at the same origin as
the original url), then for each Worker or SharedWorker object associated with
worker global scope, queue a task to fire a simple event called error at that
object. 
---

There is also a description on how exactly to fire this event.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list