webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::MessageEvent::Init Struct Reference

#include <MessageEvent.h>

Inheritance diagram for WebCore::MessageEvent::Init:
WebCore::EventInit

Public Attributes

JSC::JSValue data
 
String origin
 
String lastEventId
 
std::optional< MessageEventSourcesource
 
Vector< RefPtr< MessagePort > > ports
 
- Public Attributes inherited from WebCore::EventInit
bool bubbles { false }
 
bool cancelable { false }
 
bool composed { false }
 

Member Data Documentation

◆ data

JSC::JSValue WebCore::MessageEvent::Init::data

◆ lastEventId

String WebCore::MessageEvent::Init::lastEventId

◆ origin

String WebCore::MessageEvent::Init::origin

◆ ports

Vector<RefPtr<MessagePort> > WebCore::MessageEvent::Init::ports

◆ source

std::optional<MessageEventSource> WebCore::MessageEvent::Init::source

The documentation for this struct was generated from the following file: