RESOLVED FIXED Bug 69408
WebSocket: Add extensions attribute
https://bugs.webkit.org/show_bug.cgi?id=69408
Summary WebSocket: Add extensions attribute
Yuta Kitamura
Reported 2011-10-05 02:02:02 PDT
Implement WebSocket's .extensions attribute. This attribute should always return an empty string, as no protocol extensions are supported for now. http://dev.w3.org/html5/websockets/#the-websocket-interface interface WebSocket { ... readonly attribute DOMString extensions; ... }; Chromium bug: http://code.google.com/p/chromium/issues/detail?id=99142
Attachments
Patch (7.18 KB, patch)
2011-10-05 05:21 PDT, Yuta Kitamura
no flags
Yuta Kitamura
Comment 1 2011-10-05 05:21:17 PDT
Kent Tamura
Comment 2 2011-10-05 19:29:26 PDT
Comment on attachment 109776 [details] Patch Looks good.
WebKit Review Bot
Comment 3 2011-10-05 20:36:47 PDT
Comment on attachment 109776 [details] Patch Clearing flags on attachment: 109776 Committed r96785: <http://trac.webkit.org/changeset/96785>
WebKit Review Bot
Comment 4 2011-10-05 20:36:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.