Enable extended lifetime for SharedWorkers
Supported on: Microsoft Windows 7 or later
Registry
HKLM
Software\Policies\Google\Chrome HKCU
Software\Policies\Google\Chrome Value name: SharedWorkerExtendedLifetimeEnabled
Enabled: SharedWorkerExtendedLifetimeEnabled = 1
Disabled: SharedWorkerExtendedLifetimeEnabled = 0
Description
SharedWorkers can have an extended lifetime if the "extendedLifetime" option is set to true in the SharedWorker constructor. If this policy is set to Enabled or left unset, SharedWorkers can have an extended lifetime. If this policy is set to Disabled, SharedWorkers cannot have an extended lifetime, even if the option is set to true. This policy is intended to be temporary and will be removed in the future.