Member Junction
    Preparing search index...

    One snapshot of the server-hosted browser — the shape the surface's RemoteBrowserSurfaceComponent.Fetch callback resolves to. Mirrors the server's RemoteBrowserSnapshot query payload.

    interface RemoteBrowserSnapshotView {
        CurrentUrl: string | null;
        ScreenshotBase64: string | null;
    }
    Index

    Properties

    CurrentUrl: string | null

    The current page URL, or null when no page is loaded.

    ScreenshotBase64: string | null

    The current page screenshot as raw base64 PNG, or null when none is available yet.