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 13063 - MessagePort normatively referenced by not defined
Summary: MessagePort normatively referenced by not defined
Status: CLOSED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Web Workers (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-26 23:24 UTC by Glenn Adams
Modified: 2011-08-10 17:09 UTC (History)
3 users (show)

See Also:


Attachments

Description Glenn Adams 2011-06-26 23:24:15 UTC
This bug applies to editor's draft 23 June 2011.
Comment 1 Ian 'Hixie' Hickson 2011-08-04 21:28:44 UTC
?
Comment 2 Glenn Adams 2011-08-04 21:46:22 UTC
An interface/object type MessagePort is referenced numerous times; e.g., the port IDL attribute below:

4.7.3 Shared workers and the SharedWorker interface

[Constructor(in DOMString scriptURL, in optional DOMString name)]
interface SharedWorker : AbstractWorker {
  readonly attribute MessagePort port;
};

However, nowhere in this spec is a definition of MessagePort provided or referenced.

See the latest draft 28 July 2011.

(In reply to comment #1)
> ?
Comment 3 Glenn Adams 2011-08-10 17:09:15 UTC
+1