webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <MessageEvent.h>
Public Attributes | |
JSC::JSValue | data |
String | origin |
String | lastEventId |
std::optional< MessageEventSource > | source |
Vector< RefPtr< MessagePort > > | ports |
Public Attributes inherited from WebCore::EventInit | |
bool | bubbles { false } |
bool | cancelable { false } |
bool | composed { false } |
JSC::JSValue WebCore::MessageEvent::Init::data |
String WebCore::MessageEvent::Init::lastEventId |
String WebCore::MessageEvent::Init::origin |
Vector<RefPtr<MessagePort> > WebCore::MessageEvent::Init::ports |
std::optional<MessageEventSource> WebCore::MessageEvent::Init::source |