📝 Add English docs for webContents.isLoadingMainFrame()
[ci skip]
This commit is contained in:
parent
d3e879cd7f
commit
dc8fc7c079
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue