Firefox Tomorrow

web api instance method

SharedStorageRunOperation: run() method

View on MDN ↗

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

Syntax

run(data)

Parameters

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

Return value

A Promise that fulfills with undefined.

Examples

See the main SharedStorageRunOperation page for an example.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also