pub trait DissimilarOriginLocationMethods<D: DomTypes> {
    // Required methods
    fn GetHref(&self) -> Fallible<USVString>;
    fn SetHref(&self, value: USVString) -> ErrorResult;
    fn Assign(&self, url: USVString) -> Fallible<()>;
    fn Replace(&self, url: USVString) -> Fallible<()>;
    fn Reload(&self) -> Fallible<()>;
    fn Stringifier(&self) -> Fallible<DOMString>;
}

Required Methods§

Implementors§