Skip to content

Commit

Permalink
[e] (0) WebSocket is cross-origin. (credit: ak)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2410 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 17, 2008
1 parent dd63aa9 commit b4ca7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -42251,7 +42251,7 @@ data:&nbsp;test</pre>
<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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -48166,7 +48166,7 @@ data:&nbsp;test</pre>
<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
Expand Down

0 comments on commit b4ca7f8

Please sign in to comment.