- From: <bugzilla@jessica.w3.org>
- Date: Thu, 20 Mar 2014 04:52:17 +0000
- To: public-webrtc@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25102 Bug ID: 25102 Summary: RTCDataChannel::send() steps are not proper. Product: WebRTC Working Group Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: WebRTC API Assignee: public-webrtc@w3.org Reporter: g.kiranreddy4u@gmail.com CC: public-webrtc@w3.org step 2: should be changed from 2. If channel’s readyState attribute is connecting, throw an InvalidStateError exception and abort these steps. to 2. If channel’s readyState attribute is closing or closed, throw an InvalidStateError exception and abort these steps. If readyState attribute is new or connecting state, then step 4: "If channel’s underlying data transport is not established yet" will give sufficient support. Since chances are there to get the readyState converted from connecting to open, during the time of buffering, it is better to follow this order. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
Received on Thursday, 20 March 2014 04:52:21 UTC