Struct script::dom::extendablemessageevent::ExtendableMessageEvent
source · #[repr(C)]pub struct ExtendableMessageEvent {
event: ExtendableEvent,
data: Heap<JSVal>,
origin: DOMString,
lastEventId: DOMString,
ports: Vec<Dom<MessagePort>>,
frozen_ports: DomRefCell<Option<Heap<JSVal>>>,
}
Fields§
§event: ExtendableEvent
https://w3c.github.io/ServiceWorker/#extendableevent
data: Heap<JSVal>
https://w3c.github.io/ServiceWorker/#dom-extendablemessageevent-data
origin: DOMString
§lastEventId: DOMString
https://w3c.github.io/ServiceWorker/#dom-extendablemessageevent-lasteventid
ports: Vec<Dom<MessagePort>>
https://w3c.github.io/ServiceWorker/#dom-extendablemessageevent-ports
frozen_ports: DomRefCell<Option<Heap<JSVal>>>
Implementations§
source§impl ExtendableMessageEvent
impl ExtendableMessageEvent
fn __assert_parent_type(&self)
source§impl ExtendableMessageEvent
impl ExtendableMessageEvent
pub fn new_inherited(
origin: DOMString,
lastEventId: DOMString,
ports: Vec<Root<Dom<MessagePort>>>
) -> ExtendableMessageEvent
pub fn new(
global: &GlobalScope,
type_: Atom,
bubbles: bool,
cancelable: bool,
data: HandleValue<'_>,
origin: DOMString,
lastEventId: DOMString,
ports: Vec<Root<Dom<MessagePort>>>
) -> Root<Dom<ExtendableMessageEvent>>
pub fn Constructor(
worker: &ServiceWorkerGlobalScope,
type_: DOMString,
init: RootedTraceableBox<ExtendableMessageEventInit>
) -> Result<Root<Dom<ExtendableMessageEvent>>, Error>
source§impl ExtendableMessageEvent
impl ExtendableMessageEvent
pub fn dispatch_jsval(
target: &EventTarget,
scope: &GlobalScope,
message: HandleValue<'_>,
ports: Vec<Root<Dom<MessagePort>>>
)
pub fn dispatch_error(target: &EventTarget, scope: &GlobalScope)
Trait Implementations§
source§impl Castable for ExtendableMessageEvent
impl Castable for ExtendableMessageEvent
source§impl DomObject for ExtendableMessageEvent
impl DomObject for ExtendableMessageEvent
source§impl DomObjectWrap for ExtendableMessageEvent
impl DomObjectWrap for ExtendableMessageEvent
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::ExtendableMessageEventBinding::ExtendableMessageEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::extendablemessageevent::ExtendableMessageEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::extendablemessageevent::ExtendableMessageEvent>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::ExtendableMessageEventBinding::ExtendableMessageEventBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::extendablemessageevent::ExtendableMessageEvent>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::extendablemessageevent::ExtendableMessageEvent>>}
Function pointer to the general wrap function type
source§impl HasParent for ExtendableMessageEvent
impl HasParent for ExtendableMessageEvent
source§fn as_parent(&self) -> &ExtendableEvent
fn as_parent(&self) -> &ExtendableEvent
This is used in a type assertion to ensure that the source and webidls agree as to what the parent type is
type Parent = ExtendableEvent
source§impl JSTraceable for ExtendableMessageEvent
impl JSTraceable for ExtendableMessageEvent
source§impl MallocSizeOf for ExtendableMessageEvent
impl MallocSizeOf for ExtendableMessageEvent
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for ExtendableMessageEvent
impl MutDomObject for ExtendableMessageEvent
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<ExtendableMessageEvent> for ExtendableMessageEvent
impl PartialEq<ExtendableMessageEvent> for ExtendableMessageEvent
source§fn eq(&self, other: &ExtendableMessageEvent) -> bool
fn eq(&self, other: &ExtendableMessageEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl DerivedFrom<Event> for ExtendableMessageEvent
impl DerivedFrom<ExtendableEvent> for ExtendableMessageEvent
Auto Trait Implementations§
impl !RefUnwindSafe for ExtendableMessageEvent
impl !Send for ExtendableMessageEvent
impl !Sync for ExtendableMessageEvent
impl Unpin for ExtendableMessageEvent
impl !UnwindSafe for ExtendableMessageEvent
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert