<- Chrome Settings Library

ServiceWorkerAutoPreloadEnabled

Allow ServiceWorker to dispatch navigation requests without waiting for its startup
Last updated August 13, 2025

https://github.com/WICG/service-worker-auto-preload The ServiceWorkerAutoPreload feature dispatches a network request for a main resource at the same time it begins the ServiceWorker bootstrap process. Setting the policy to Enabled or leaving it unset means Google Chrome enables ServiceWorkerAutoPreload. The navigation request is automatically dispatched while starting the ServiceWorker in some scenarios, e.g. ServiceWorker is not running, If it is disabled, Google Chrome will not enable ServiceWorkerAutoPreload. The navigation request is dispatched always after starting the ServiceWorker. This policy is a temporary measure to control the feature and will be removed in M144.

Supported On:
Platform Start End
Android 140
Fuchsia 140
Chrome (Windows, Mac, Linux) 140
ChromeOS 140
Example value:

true

Features: