···77/**
88 * Registers a service worker that makes the page available offline.
99 *
1010- * All resources fetched by the page are cached as they load.
1010+ * All resources, except audio & video, fetched by the page are cached as they load.
1111 * While online, requests always go to the network (the cache is bypassed),
1212 * and successful responses are stored for later. While offline, the cache
1313 * is used as a fallback.