Trait ServiceWorkerRegistrationMethods

Source
pub(crate) trait ServiceWorkerRegistrationMethods<D>
where D: DomTypes,
{ // Required methods fn GetInstalling(&self) -> Option<Root<Dom<<D as DomTypes>::ServiceWorker>>>; fn GetWaiting(&self) -> Option<Root<Dom<<D as DomTypes>::ServiceWorker>>>; fn GetActive(&self) -> Option<Root<Dom<<D as DomTypes>::ServiceWorker>>>; fn NavigationPreload( &self, ) -> Root<Dom<<D as DomTypes>::NavigationPreloadManager>>; fn Scope(&self) -> USVString; fn UpdateViaCache(&self) -> ServiceWorkerUpdateViaCache; }

Required Methods§

Implementors§