[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

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |harald@alvestrand.no
         Resolution|---                         |FIXED

--- Comment #4 from Harald Alvestrand <harald@alvestrand.no> ---
Closing this as WONTFIX - the group has gone over this ground, and I think the
decision to be internally consistent in the spec on using string enums was
pretty solid at the time.

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

Received on Friday, 6 December 2013 14:06:37 UTC