mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-07 03:38:46 +02:00
chore: linting
This commit is contained in:
+2
-2
@@ -341,13 +341,13 @@ export interface CamoufoxFingerprintConfig {
|
||||
"canvas:aaCapOffset"?: boolean;
|
||||
|
||||
// Voices
|
||||
voices?: Array<{
|
||||
voices?: {
|
||||
isLocalService?: boolean;
|
||||
isDefault?: boolean;
|
||||
voiceURI?: string;
|
||||
name?: string;
|
||||
lang?: string;
|
||||
}>;
|
||||
}[];
|
||||
"voices:blockIfNotDefined"?: boolean;
|
||||
"voices:fakeCompletion"?: boolean;
|
||||
"voices:fakeCompletion:charsPerSecond"?: number;
|
||||
|
||||
Reference in New Issue
Block a user