This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13280 - Why isn't MessageEvent linked to a definition? It's not at all clear what this object is. And the postMsg API has a MessageEvent, but that object doesn't have the "target" property, which is used in the sample code below. A lot more information about Mess
Summary: Why isn't MessageEvent linked to a definition? It's not at all clear what thi...
Status: RESOLVED DUPLICATE of bug 12510
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Web Workers (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: public-webapps-bugzilla
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-17 01:06 UTC by contributor
Modified: 2011-07-17 14:29 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2011-07-17 01:06:34 UTC
Specification: http://dev.w3.org/html5/workers/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
Why isn't MessageEvent linked to a definition? It's not at all clear what this
object is. And the postMsg API has a MessageEvent, but that object doesn't
have the "target" property, which is used in the sample code below.

A lot more information about MessageEvent would be very helpful.

Posted from: 174.21.138.224
User agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1
Comment 1 Aryeh Gregor 2011-07-17 14:29:21 UTC
This is another spec-splitter bug.  The links do work in the WHATWG version:

http://www.whatwg.org/specs/web-apps/current-work/complete/workers.html#workers

But the script that splits it up to make the various W3C versions doesn't add inter-spec links.

*** This bug has been marked as a duplicate of bug 12510 ***