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:
parent
67f273a6d6
commit
57147d1b8d
4 changed files with 57 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue