- From: poot <cvsmail@w3.org>
- Date: Mon, 17 Nov 2008 19:15:48 +0900 (JST)
- To: public-html-diffs@w3.org
WebSocket is cross-origin. (credit: ak) (whatwg r2410) 7.2.5 Notes http://people.w3.org/mike/diffs/html5/spec/Overview.1.1582.html#notes 7.3 Web sockets http://people.w3.org/mike/diffs/html5/spec/Overview.1.1582.html#network http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1581&r2=1.1582&f=h http://html5.org/tools/web-apps-tracker?from=2409&to=2410 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1581 retrieving revision 1.1582 diff -u -d -r1.1581 -r1.1582 --- Overview.html 17 Nov 2008 10:05:59 -0000 1.1581 +++ Overview.html 17 Nov 2008 10:13:08 -0000 1.1582 @@ -33866,7 +33866,7 @@ mechanism of using unique domain names per connection, or by allowing the user to enable or disable the <code><a href=#the-eventsource-element>eventsource</a></code> functionality on a per-page basis.<h3 id=network><span class=secno>7.3 </span><dfn>Web sockets</dfn></h3><p>To enable Web applications to maintain bidirectional - communications with their originating server, this specification + communications with server-side processes, this specification introduces the <code><a href=#websocket>WebSocket</a></code> interface.<p class=note>This interface does not allow for raw access to the underlying network. For example, this interface could not be used to implement an IRC client without proxying messages through a custom
Received on Monday, 17 November 2008 10:16:25 UTC