- From: poot <cvsmail@w3.org>
- Date: Mon, 27 Apr 2009 08:29:33 +0900 (JST)
- To: public-html-diffs@w3.org
Make EventSource available to workers, and add some notes to EventSource's definition that clarifies how to reduce the number of connections per server. (credit: jf) (whatwg r2993) 5.4 Interface objects and constructors http://people.w3.org/mike/diffs/html5/workers/Overview.1.119.html#interface-objects-and-constructors http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.118&r2=1.119&f=h http://html5.org/tools/web-apps-tracker?from=2992&to=2993 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.118 retrieving revision 1.119 diff -u -d -r1.118 -r1.119 --- Overview.html 26 Apr 2009 22:11:08 -0000 1.118 +++ Overview.html 26 Apr 2009 23:29:08 -0000 1.119 @@ -1795,6 +1795,9 @@ <li><p>The <code>WebSocket</code> interface object and constructor. <a href="#references">[WEBSOCKET]</a></li> + <li><p>The <code>EventSource</code> interface object and + constructor. <a href="#references">[EVENTSOURCE]</a></li> + <li><p>The <code>MessageChannel</code> interface object and constructor. <a href="#references">[HTML5]</a></li>
Received on Sunday, 26 April 2009 23:30:08 UTC