Skip to main content

WindowClientMethods

pub trait WindowClientMethods<D>
where D: DomTypes,
{ // Required methods fn Focus( &self, cx: &mut JSContext, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot; fn Navigate( &self, cx: &mut JSContext, url: USVString, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot; }

Required Methods§

Source

fn Focus( &self, cx: &mut JSContext, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot

Source

fn Navigate( &self, cx: &mut JSContext, url: USVString, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot

Implementors§