WebIDLpedia

[DEPRECATED] SharedStorageRunOperation interface

As of April 19, 2024, this name is no longer defined by a Web Platform specification

Definition

Shared Storage API defines SharedStorageRunOperation



[Exposed=SharedStorageWorklet]
interface SharedStorageRunOperation : SharedStorageOperation {
  Promise<undefined> run(object data);
};