WebIDLpedia

[DEPRECATED] SharedStorageSetMethod interface

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

Definition

Shared Storage API defines SharedStorageSetMethod



[Exposed=(Window, SharedStorageWorklet)]
interface SharedStorageSetMethod : SharedStorageModifierMethod {
  constructor(DOMString key, DOMString value, optional SharedStorageSetMethodOptions options = {});
};

Methods and attributes that return objects implementing SharedStorageSetMethod