This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18416 - Turn WebSocket.binaryType into an enum
Summary: Turn WebSocket.binaryType into an enum
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-26 16:56 UTC by contributor
Modified: 2012-08-23 22:15 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-07-26 16:56:24 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/network.html
Multipage: http://www.whatwg.org/C#the-websocket-interface
Complete: http://www.whatwg.org/c#the-websocket-interface

Comment:
Turn WebSocket.binaryType into an enum

Posted from: 91.181.17.154 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0a1) Gecko/20120108 Firefox/12.0a1
Comment 1 contributor 2012-08-23 22:15:28 UTC
Checked in as WHATWG revision r7261.
Check-in comment: Use an enum instead of a DOMString for binaryType.
http://html5.org/tools/web-apps-tracker?from=7260&to=7261