pub trait WorkerNavigatorMethods {
Show 15 methods // Required methods fn Permissions(&self) -> Root<Dom<Permissions>>; fn Gpu(&self) -> Root<Dom<GPU>>; fn HardwareConcurrency(&self) -> u64; fn AppCodeName(&self) -> DOMString; fn AppName(&self) -> DOMString; fn AppVersion(&self) -> DOMString; fn Platform(&self) -> DOMString; fn Product(&self) -> DOMString; fn ProductSub(&self) -> DOMString; fn TaintEnabled(&self) -> bool; fn UserAgent(&self) -> DOMString; fn Vendor(&self) -> DOMString; fn VendorSub(&self) -> DOMString; fn Language(&self) -> DOMString; fn Languages(&self, cx: SafeJSContext) -> JSVal;
}

Required Methods§

Implementors§