[Bug 25102] RTCDataChannel::send() steps are not proper.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25102

Adam Bergkvist <adam.bergkvist@ericsson.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adam.bergkvist@ericsson.com

--- Comment #1 from Adam Bergkvist <adam.bergkvist@ericsson.com> ---
We imitate WebSocket here and don't throw unless the channel is connecting [1].
Calling send() on a closed DataChannel will simply increase the buffered amount
since nothing is sent.

[1] http://dev.w3.org/html5/websockets/#dom-websocket-send

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Tuesday, 10 June 2014 13:44:36 UTC