WebIDLpedia

[DEPRECATED] SharedStorageRunOperationMethodOptions dictionary

As of May 1, 2026, this name is no longer defined by a Web Platform specification

Definition

Shared Storage API defines SharedStorageRunOperationMethodOptions



dictionary SharedStorageRunOperationMethodOptions {
  object data;
  boolean resolveToConfig = false;
  boolean keepAlive = false;
  SharedStoragePrivateAggregationConfig privateAggregationConfig;
  DOMString savedQuery;
};

Referring IDL interfaces/dictionaries