fix(engine): restore fast screenshot path for viewport captures (#1670)

This commit is contained in:
Miguel Ángel
2026-06-23 15:13:24 -04:00
committed by GitHub
parent bf4f34b359
commit f622e5a7ba
6 changed files with 44 additions and 7 deletions
@@ -33,6 +33,7 @@ export interface BrowserDiagnosticSummary {
export interface RenderCaptureObservability {
forceScreenshot: boolean;
captureMode: "screenshot" | "beginframe";
captureBeyondViewport?: boolean;
workerCount?: number;
useStreamingEncode?: boolean;
useLayeredComposite?: boolean;