Type Alias RegistrationOptions

Source
pub(crate) type RegistrationOptions = RegistrationOptions;

Aliased Type§

pub(crate) struct RegistrationOptions {
    pub scope: Option<USVString>,
    pub type_: WorkerType,
    pub updateViaCache: ServiceWorkerUpdateViaCache,
}

Fields§

§scope: Option<USVString>§type_: WorkerType§updateViaCache: ServiceWorkerUpdateViaCache