- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Apr 2009 23:29:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv18630 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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:29:21 UTC