Prooftoys general settings
Cache controls
Aggressive HTTP caching to support offline use, supported by a service worker. Cached resources are never evicted from the cache except when the entire cache is flushed. Shift-reload reloads without using the cache. The service worker has a list of URLs that it will cache if the browser fetches them.
Enable: The cache is initially disabled, meaning that the worker does not intercept requests for eligible resources. This enables request interception.
Disable: Disables request interception. Does not flush the cache.
Flush: Empties the cache. This can be useful if the cache may have entries that are out of date.
Refill: Proactively loads all resources listed as eligible for storage in this cache, always loading from the network.
Update worker: Attempts to load and activate any updated service worker from the web server.
Clear log: Clears the log display.