Interface ServiceOptions

Options for configuring the service worker

interface ServiceOptions {
    kernel?: Kernel;
    path?: string;
    register?: boolean;
}

Properties

kernel?: Kernel

Reference to kernel instance

path?: string

Path to service worker file

register?: boolean

Whether to register the service worker