docs: Add WebContents.session
This commit is contained in:
parent
34819140c3
commit
6840d424cd
1 changed files with 4 additions and 0 deletions
|
@ -784,6 +784,10 @@ Emitted when a plugin process is crashed.
|
|||
|
||||
Emitted when the WebContents is destroyed.
|
||||
|
||||
### WebContents.session
|
||||
|
||||
Returns the `Session` object used by this WebContents.
|
||||
|
||||
### WebContents.loadUrl(url, [options])
|
||||
|
||||
* `url` URL
|
||||
|
|
Loading…
Reference in a new issue