Module @openfin/core-web/iframe-broker

This module is the entry point for the Iframe Broker. It is responsible for initializing the OpenFin Web Interop environment.

This module is intended to be used in an iframe context, and is responsible for setting up the connection between the iframe and the OpenFin Web Interop broker. This module requires hosting the script exported by the module:@openfin/core-web/worker module.

import { init } from '@openfin/core-web/iframe-broker';

init({
sharedWorkerUrl: 'path to shared worker script'
});

Index

Type Aliases

Functions