pub trait BeforeUnloadEventMethods {
    // Required methods
    fn ReturnValue(&self) -> DOMString;
    fn SetReturnValue(&self, value: DOMString);
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§