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

Required Methods§

Implementors§