W3cubDocs

/Web APIs

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

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

This feature does not appear to be defined in any specification.>

Browser compatibility

See also

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SharedStorageRunOperation/run