http://www.w3.org/Bugs/Public/show_bug.cgi?id=11827
Summary: [Workers] "connect" event interface type not defined
Product: WebAppsWG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Web Workers (editor: Ian Hickson)
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
I fully expected to see an interface ConnectEvent used to describe that APIs
are available to a Shared Worker on the onconnect event handler.
As this is implemented in Opera and Chrome and Safari today, I checked and
there seems to be some disagreement in the implementations...
Both report the event name to be MessageEvent, but WebKit doesn't have a "data"
property as expected (undefined) and Opera populates a "data" property with
value "connect".
This delta is obviously due to an under-specification of the "connect" event
type that should be fired in this case.
Can this clarification please be added?
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.