[html5] r2410 - [e] (0) WebSocket is cross-origin. (credit: ak)

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 17 02:13:05 PST 2008


Author: ianh
Date: 2008-11-17 02:13:04 -0800 (Mon, 17 Nov 2008)
New Revision: 2410

Modified:
   index
   source
Log:
[e] (0) WebSocket is cross-origin. (credit: ak)

Modified: index
===================================================================
--- index	2008-11-17 10:05:53 UTC (rev 2409)
+++ index	2008-11-17 10:13:04 UTC (rev 2410)
@@ -42251,7 +42251,7 @@
   <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>
 
   <p class=note>This interface does not allow for raw access to the

Modified: source
===================================================================
--- source	2008-11-17 10:05:53 UTC (rev 2409)
+++ source	2008-11-17 10:13:04 UTC (rev 2410)
@@ -48166,7 +48166,7 @@
   <h3 id="network"><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>WebSocket</code> interface.</p>
 
   <p class="note">This interface does not allow for raw access to the




More information about the Commit-Watchers mailing list