pub trait HashChangeEventMethods {
    // Required methods
    fn OldURL(&self) -> USVString;
    fn NewURL(&self) -> USVString;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

source

fn OldURL(&self) -> USVString

source

fn NewURL(&self) -> USVString

source

fn IsTrusted(&self) -> bool

Implementors§