🐛 Fix(core): make background throttling optional

This commit is contained in:
PiEgg
2026-08-15 11:50:45 +08:00
parent 3980ef89fa
commit 9506aadef5
+1 -1
View File
@@ -144,7 +144,7 @@ interface IBrowserWindowOptions {
nodeIntegration: boolean,
nodeIntegrationInWorker: boolean,
contextIsolation: boolean,
backgroundThrottling: boolean
backgroundThrottling?: boolean
webSecurity?: boolean
},
vibrancy?: string | any,