Installs the service worker, prefetches any URLs specified in prefetchURLs and watches
all links whose href attribute matches one of the specified prefetchPatterns. When
a matching link is visible in the viewport, the destination URL will be prefetched and
added to the cache.
Installs the service worker, prefetches any URLs specified in
prefetchURLs
and watches all links whosehref
attribute matches one of the specifiedprefetchPatterns
. When a matching link is visible in the viewport, the destination URL will be prefetched and added to the cache.