webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"EventSource.idl";
Public Member Functions | |
void | close () |
![]() | |
void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
boolean | dispatchEvent (Event event) |
Public Attributes | |
readonly attribute USVString | URL |
readonly attribute USVString | url |
readonly attribute boolean | withCredentials |
const unsigned short | CONNECTING = 0 |
const unsigned short | OPEN = 1 |
const unsigned short | CLOSED = 2 |
readonly attribute unsigned short | readyState |
attribute EventHandler | onopen |
attribute EventHandler | onmessage |
attribute EventHandler | onerror |
void EventSource::close | ( | ) |
const unsigned short EventSource::CLOSED = 2 |
const unsigned short EventSource::CONNECTING = 0 |
attribute EventHandler EventSource::onerror |
attribute EventHandler EventSource::onmessage |
attribute EventHandler EventSource::onopen |
const unsigned short EventSource::OPEN = 1 |