mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix: navigator.connection not working as intended (#38491)
* fix: navigator.connection not working as intended * chore: make network quality methods private
This commit is contained in:
@@ -537,6 +537,8 @@ int ElectronBrowserMainParts::PreMainMessageLoopRun() {
|
||||
// Notify observers that main thread message loop was initialized.
|
||||
Browser::Get()->PreMainMessageLoopRun();
|
||||
|
||||
fake_browser_process_->PreMainMessageLoopRun();
|
||||
|
||||
return GetExitCode();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user