mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
adding initial support for websocket subprotocol negotation
This commit is contained in:
parent
99fd946130
commit
7d0bede8ba
12 changed files with 87 additions and 49 deletions
|
@ -22,7 +22,7 @@ interface WebSocket : EventTarget {
|
|||
attribute EventHandler onerror;
|
||||
attribute EventHandler onclose;
|
||||
//readonly attribute DOMString extensions;
|
||||
//readonly attribute DOMString protocol;
|
||||
readonly attribute DOMString protocol;
|
||||
[Throws] void close([Clamp] optional unsigned short code, optional USVString reason);
|
||||
|
||||
//messaging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue