WebIDLpedia

SharedStorageSetMethod interface

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