|
| String * | get_binaryType () |
| |
| void | set_binaryType (const String &) |
| |
| double | get_bufferedAmount () |
| |
| String * | get_extensions () |
| |
| EventListener * | get_onclose () |
| |
| void | set_onclose (EventListener *) |
| |
| EventListener * | get_onerror () |
| |
| void | set_onerror (EventListener *) |
| |
| EventListener * | get_onmessage () |
| |
| void | set_onmessage (EventListener *) |
| |
| EventListener * | get_onopen () |
| |
| void | set_onopen (EventListener *) |
| |
| String * | get_protocol () |
| |
| double | get_readyState () |
| |
| String * | get_url () |
| |
| void | close () |
| |
| void | close (double code) |
| |
| void | close (double code, const String &reason) |
| |
| void | send (const String &data) |
| |
| template<class ArrayBufferLike > |
| void | send (ArrayBufferLike *data) |
| |
| void | send (Blob *data) |
| |
| void | send (ArrayBufferView *data) |
| |
| void | addEventListener (const String &type, EventListener *listener) |
| |
| void | addEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
| |
| void | removeEventListener (const String &type, EventListener *listener) |
| |
| void | removeEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options) |
| |
| WebSocket * | get_prototype () |
| |
| void | set_prototype (WebSocket *) |
| |
| | WebSocket (const String &url) |
| |
| | WebSocket (const String &url, const String &protocols) |
| |
| | WebSocket (const String &url, Array *protocols) |
| |
| double | get_CLOSED () |
| |
| double | get_CLOSING () |
| |
| double | get_CONNECTING () |
| |
| double | get_OPEN () |
| |
| void | addEventListener (const String &type, EventListener *listener) |
| |
| void | addEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
| |
| bool | dispatchEvent (Event *evt) |
| |
| void | removeEventListener (const String &type) |
| |
| void | removeEventListener (const String &type, EventListener *listener) |
| |
| void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
| |
| void | removeEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener, bool options) |
| |
| EventTarget * | get_prototype () |
| |
| void | set_prototype (EventTarget *) |
| |
| | EventTarget () |
| |
| | Object () |
| |
| template<typename T > |
| T | valueOf () |
| |
| | operator double () const |
| |
| Object * | operator[] (const client::String &name) const |
| |
| void | set_ (const client::String &name, Object *v) |
| |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
| void | set_ (const client::String &name, T v) |
| |
| bool | hasOwnProperty (const client::String &name) |
| |