Documentation
    Preparing search index...

    Interface MediaProxyDeps

    Dependencies for createMediaProxy.

    const proxy = createMediaProxy({
    runtime: shellBridge.runtime,
    originRegistry,
    });
    interface MediaProxyDeps {
        originRegistry: ProxyOriginRegistry;
        runtime: Runtime;
    }
    Index

    Properties

    originRegistry: ProxyOriginRegistry

    Origin registry for resolving windowId → iframe Window.

    runtime: Runtime

    The runtime engine that owns media.* dispatch (Plan 12-06).