DebuggerResumeEventMethods

pub trait DebuggerResumeEventMethods<D: DomTypes> {
    // Required methods
    fn GetResumeLimitType(&self) -> Option<DOMString>;
    fn GetFrameActorID(&self) -> Option<DOMString>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§