docs: add <webview> 'did-attach' event documentation (#30129)

Co-authored-by: Milan Burda <milan.burda@gmail.com>
This commit is contained in:
trop[bot]
2021-07-15 10:40:33 +09:00
committed by GitHub
parent 6d0feb8b79
commit 52cddbcd92
2 changed files with 24 additions and 0 deletions

View File

@@ -718,6 +718,10 @@ Corresponds to the points in time when the spinner of the tab starts spinning.
Corresponds to the points in time when the spinner of the tab stops spinning.
### Event: 'did-attach'
Fired when attached to the embedder web contents.
### Event: 'dom-ready'
Fired when document in the given frame is loaded.