зеркало из https://github.com/electron/electron.git
Disable throttling in tests
This commit is contained in:
Родитель
d156846036
Коммит
2f6796bd7f
|
@ -83,7 +83,7 @@ app.on('ready', function () {
|
|||
width: 800,
|
||||
height: 600,
|
||||
webPreferences: {
|
||||
javascript: true // Test whether web preferences crashes.
|
||||
backgroundThrottling: false,
|
||||
}
|
||||
})
|
||||
window.loadURL(url.format({
|
||||
|
|
Загрузка…
Ссылка в новой задаче