WebIDLpedia

[DEPRECATED] SharedStorageSelectURLOperation interface

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

Definition

Shared Storage API defines SharedStorageSelectURLOperation



[Exposed=SharedStorageWorklet]
interface SharedStorageSelectURLOperation : SharedStorageOperation {
  Promise<long> run(object data,
                    FrozenArray<SharedStorageUrlWithMetadata> urls);
};