Confirmed users
398
edits
(→API) |
(→API) |
||
Line 4: | Line 4: | ||
interface WebSocket : EventTarget { | interface WebSocket : EventTarget { | ||
... | ... | ||
// The URL of the peer App. | |||
readonly attribute DOMString peerUrl; | |||
// The protocols supported by the client. | // The protocols supported by the client. | ||
readonly attribute DOMString[] clientProtocols; | readonly attribute DOMString[] clientProtocols; |