pub trait PopStateEventMethods {
    // Required methods
    fn State(&self, cx: SafeJSContext) -> JSVal;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

source

fn State(&self, cx: SafeJSContext) -> JSVal

source

fn IsTrusted(&self) -> bool

Implementors§