Back to Content

SharedStorageRunOperation: run() method

files/en-us/web/api/sharedstoragerunoperation/run/index.md

latest703 B
Original Source

{{APIRef("Shared Storage API")}}{{deprecated_header}}

The run() method of the {{domxref("SharedStorageRunOperation")}} interface defines the structure to which the run() method defined inside a Run output gate operation should conform.

Syntax

js-nolint
run(data)

Parameters

  • data
    • : An object representing any data required for executing the operation.

Return value

A {{jsxref("Promise")}} that fulfills with undefined.

Examples

See the main {{domxref("SharedStorageRunOperation")}} page for an example.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also