mirror of
https://github.com/electron/electron.git
synced 2026-01-24 23:08:10 -05:00
Also switch `webContents.executeJavaScript` to check it instead of `isLoading`. There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks. Fixes #5183.