WebIDLpedia

SharedStorageWorklet Global name

Definition

Realm execution contexts tied to the SharedStorageWorklet Global name use SharedStorageWorkletGlobalScope as a basis for their global object.

This means their global object exposes the following members:


  undefined register(DOMString name,
                     Function operationCtor);

  readonly attribute SharedStorage sharedStorage;
  readonly attribute PrivateAggregation privateAggregation;

  Promise<sequence<StorageInterestGroup>> interestGroups();

The following interfaces are exposed exclusively in the corresponding realms:

The following interfaces are also exposed in the corresponding realms: