📝 Add English docs for webContents.isLoadingMainFrame()

[ci skip]
This commit is contained in:
Rob Brackett 2016-04-19 23:27:22 -07:00
parent d3e879cd7f
commit dc8fc7c079

View file

@ -353,6 +353,10 @@ Returns the title of the current web page.
Returns whether web page is still loading resources.
### `webContents.isLoadingMainFrame()`
Returns whether the main frame (and not just iframes or frames within it) is still loading.
### `webContents.isWaitingForResponse()`
Returns whether the web page is waiting for a first-response from the main