Trait script::dom::bindings::codegen::Bindings::WorkerLocationBinding::WorkerLocation_Binding::WorkerLocationMethods
source · pub trait WorkerLocationMethods {
// Required methods
fn Href(&self) -> USVString;
fn Origin(&self) -> USVString;
fn Protocol(&self) -> USVString;
fn Host(&self) -> USVString;
fn Hostname(&self) -> USVString;
fn Port(&self) -> USVString;
fn Pathname(&self) -> USVString;
fn Search(&self) -> USVString;
fn Hash(&self) -> USVString;
}