Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[giow] (1) Drop messages on the floor after a call to close()
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14474 git-svn-id: http://svn.whatwg.org/webapps@6792 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
Showing
with
3 additions
and 4 deletions.
- +1 −1 complete.html
- +1 −1 index
- +1 −2 source
<ol><li> | ||
|
||
<p>If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code> | ||
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1) or <code title=dom-WebSocket-CLOSING><a href=#dom-websocket-closing>CLOSING</a></code> (2), then abort these | ||
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1), then abort these | ||
steps.</p> | ||
|
||
</li> |
<ol><li> | ||
|
||
<p>If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code> | ||
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1) or <code title=dom-WebSocket-CLOSING><a href=#dom-websocket-closing>CLOSING</a></code> (2), then abort these | ||
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1), then abort these | ||
steps.</p> | ||
|
||
</li> |
|
||
<p>If the <code title="dom-WebSocket-readyState">readyState</code> | ||
attribute's value is not <code | ||
title="dom-WebSocket-OPEN">OPEN</code> (1) or <code | ||
title="dom-WebSocket-CLOSING">CLOSING</code> (2), then abort these | ||
title="dom-WebSocket-OPEN">OPEN</code> (1), then abort these | ||
steps.</p> | ||
|
||
</li> |