As of May 1, 2026, this name is no longer defined by a Web Platform specification
Definition
Shared Storage API defines SharedStorageWorkletGlobalScope
[Exposed=SharedStorageWorklet, Global=SharedStorageWorklet]
interface SharedStorageWorkletGlobalScope : WorkletGlobalScope {
undefined register(DOMString name,
Function operationCtor);
readonly attribute PrivateAggregation privateAggregation;
Promise<sequence<StorageInterestGroup>> interestGroups();
};