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.
run(data)
dataAn object representing any data required for executing the operation.
A Promise that fulfills with undefined.
See the main SharedStorageRunOperation page for an example.
© 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