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.