electron/lib/browser/api
Rob Brackett 64a84dee3b Add isLoadingMainFrame method to WebContents.
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.
2016-04-18 10:37:08 -07:00
..
auto-updater AutoUpdate Windows: Don't spawn if running 2016-04-14 11:22:28 -07:00
exports first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
app.js finish standardizing! 2016-03-30 17:00:33 -07:00
auto-updater.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
browser-window.js Avoid adding a new option to webPreferences 2016-04-14 10:50:07 +09:00
content-tracing.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
dialog.js Fallback to using the last argument as the callback 2016-04-01 12:54:06 -07:00
global-shortcut.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
ipc-main.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
ipc.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
menu-item.js finish standardizing! 2016-03-30 17:00:33 -07:00
menu.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
navigation-controller.js Rename ATOM_ ipc event prefix to ELECTRON_ 2016-04-07 09:04:55 -07:00
power-monitor.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
power-save-blocker.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
protocol.js first pass at standardizing; suite still passing! 2016-03-30 17:00:30 -07:00
screen.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
session.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
tray.js replace __proto__ with Object.setPrototype 2016-03-30 17:00:33 -07:00
web-contents.js Add isLoadingMainFrame method to WebContents. 2016-04-18 10:37:08 -07:00