pub trait WakeLockMethods<D>where
D: DomTypes,{
// Required method
fn Request(
&self,
realm: &mut CurrentRealm<'_>,
type_: WakeLockType,
) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot;
}pub trait WakeLockMethods<D>where
D: DomTypes,{
// Required method
fn Request(
&self,
realm: &mut CurrentRealm<'_>,
type_: WakeLockType,
) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot;
}