fix: review fixes — bump CHROMIUM_VERSION to v145, add colorScheme to JS, guard download fallback

This commit is contained in:
CloakHQ
2026-03-02 02:59:23 +01:00
parent f417fe2530
commit 8eb666885f
7 changed files with 14 additions and 6 deletions
+2
View File
@@ -30,6 +30,8 @@ export interface LaunchContextOptions extends LaunchOptions {
locale?: string;
/** Timezone, e.g. "America/New_York". */
timezoneId?: string;
/** Color scheme preference — 'light', 'dark', or 'no-preference'. */
colorScheme?: "light" | "dark" | "no-preference";
}
export interface BinaryInfo {