- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Aug 2011 21:46:22 +0000
- To: public-webapps@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13063
Glenn Adams <glenn@skynav.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|NEEDSINFO |
--- Comment #2 from Glenn Adams <glenn@skynav.com> 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)
> ?
--
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.
Received on Thursday, 4 August 2011 21:46:24 UTC