Trait script::dom::bindings::codegen::Bindings::RTCErrorEventBinding::RTCErrorEvent_Binding::RTCErrorEventMethods
source · pub trait RTCErrorEventMethods {
// Required methods
fn Error(&self) -> Root<Dom<RTCError>>;
fn IsTrusted(&self) -> bool;
fn Constructor(
global: &Window,
proto: Option<HandleObject<'_>>,
can_gc: CanGc,
type_: DOMString,
eventInitDict: &RTCErrorEventInit,
) -> Root<Dom<RTCErrorEvent>>;
}
Required Methods§
fn Error(&self) -> Root<Dom<RTCError>>
fn IsTrusted(&self) -> bool
fn Constructor( global: &Window, proto: Option<HandleObject<'_>>, can_gc: CanGc, type_: DOMString, eventInitDict: &RTCErrorEventInit, ) -> Root<Dom<RTCErrorEvent>>
Object Safety§
This trait is not object safe.