[Bug 22428] Please unify the WebSocket and RTCDataChannel "readyState". enum RTCDataChannelState { "connecting", "open", "closing", "closed" }; VS const unsigned short CONNECTING = 0 [...]

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch,
                   |                            |public-webrtc@w3.org
          Component|HTML                        |WebRTC API
           Assignee|ian@hixie.ch                |public-webrtc@w3.org
            Product|WHATWG                      |WebRTC Working Group
   Target Milestone|Unsorted                    |---
         QA Contact|contributor@whatwg.org      |

--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
Yeah, if you want this unified, it has to be done on the RTC side.

-- 
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, 2 July 2013 22:57:22 UTC