pub trait ExtendableEventMethods {
    // Required methods
    fn WaitUntil(
        &self,
        cx: SafeJSContext,
        f: HandleValue<'_>
    ) -> Result<(), Error>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§