Trait script::dom::bindings::codegen::Bindings::BeforeUnloadEventBinding::BeforeUnloadEvent_Binding::BeforeUnloadEventMethods
source · pub trait BeforeUnloadEventMethods {
// Required methods
fn ReturnValue(&self) -> DOMString;
fn SetReturnValue(&self, value: DOMString);
fn IsTrusted(&self) -> bool;
}