removed will-navigate and did-navigate events
This commit is contained in:
parent
05be71e9bc
commit
18b3dfa350
8 changed files with 5 additions and 48 deletions
|
@ -632,12 +632,6 @@ cancelled, e.g. `window.stop()` is invoked.
|
|||
|
||||
Emitted when a frame has done navigation.
|
||||
|
||||
### Event: 'did-navigate'
|
||||
|
||||
* `event` Event
|
||||
|
||||
Emitted when a frame navigation has been committed to history.
|
||||
|
||||
### Event: 'did-start-loading'
|
||||
|
||||
Corresponds to the points in time when the spinner of the tab starts spinning.
|
||||
|
|
|
@ -279,13 +279,6 @@ examples.
|
|||
|
||||
## DOM events
|
||||
|
||||
### will-navigate
|
||||
|
||||
* `url` String
|
||||
|
||||
Fired when view is about to navigate , calling `event.preventDefault()` will
|
||||
cancel the navigation.
|
||||
|
||||
### did-finish-load
|
||||
|
||||
Fired when the navigation is done, i.e. the spinner of the tab will stop
|
||||
|
@ -305,10 +298,6 @@ cancelled, e.g. `window.stop()` is invoked.
|
|||
|
||||
Fired when a frame has done navigation.
|
||||
|
||||
### did-navigate
|
||||
|
||||
Fired when a frame navigation has been committed to history.
|
||||
|
||||
### did-start-loading
|
||||
|
||||
Corresponds to the points in time when the spinner of the tab starts spinning.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue