Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrefetcherConfig

Hierarchy

  • PrefetcherConfig

Index

Properties

Optional cacheHost

cacheHost: undefined | string

An optional second domain from which to prefetch instead of the origin domain.

Optional defaultMaxAgeSeconds

defaultMaxAgeSeconds: undefined | number

The default time to live for prefetched requests that do not specify a cache({ browser: { serviceWorkerSeconds }}) config in the router.

plugins

plugins: WorkboxPlugin[]

Workbox plugins to use when handling a cacheable route.

Generated using TypeDoc