Interface RegistrationOptions

interface RegistrationOptions {
    scope?: string;
    type?: WorkerType;
    updateViaCache?: ServiceWorkerUpdateViaCache;
}

Properties

scope?: string
type?: WorkerType