[Webkit-unassigned] [Bug 67335] WebSocket binaryType should appear when functional

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 12:03:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67335





--- Comment #8 from Joel Martin <webkit at martintribe.org>  2011-09-14 12:03:52 PST ---
Please see Ian Hickson's comment http://www.w3.org/Bugs/Public/show_bug.cgi?id=13984#c11 

My understanding of the resolution of that API bug is that WebKit/Chrome are not compliant with the WebSocket API until binaryType is visible on the prototype.

In other words, this code should do the right thing in compliant browsers:

var binarySupported = 'binaryType' in WebSocket.prototype;

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list