Interface OfflineRegionFetchHandlerOptions

Options for creating a service-worker/fetch-event resource handler.

interface OfflineRegionFetchHandlerOptions {
    match: OfflineRegionResourceMatcher;
    now?: (() => Date);
    regionId: string;
    store: OfflineRegionStore;
}

Properties

now?: (() => Date)
regionId: string