Documentation
    Preparing search index...

    Interface ProxyOriginRegistry

    Minimal origin-registry contract used by per-domain proxies.

    Accepts the @kehto/shell singleton originRegistry as well as any test double with a matching getIframeWindow method.

    interface ProxyOriginRegistry {
        getIframeWindow(windowId: string): Window | null;
    }
    Index

    Methods

    • Resolve a registered napplet windowId to its iframe Window, or null.

      Parameters

      • windowId: string

      Returns Window | null