SharedStorageRunOperation: run() method

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

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

js
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

Specification
Shared Storage API
# dom-sharedstoragerunoperation-run

Browser compatibility

BCD tables only load in the browser

See also