Merge pull request #82 from GingkathFox/patch-1
update webview tab link
This commit is contained in:
commit
f75d5ada4b
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ Close the tab (and activate another tab if relevant). When `force` is set to `tr
|
|||
|
||||
### Access webview element
|
||||
|
||||
You can access the webview element and use its methods with through the `Tab.webview` attribute. See [webview documentation](http://electron.atom.io/docs/api/web-view-tag/#methods).
|
||||
You can access the webview element and use its methods with through the `Tab.webview` attribute. See [webview documentation](https://electronjs.org/docs/api/webview-tag#methods).
|
||||
|
||||
```javascript
|
||||
let webview = tab.webview;
|
||||
|
|
Loading…
Reference in a new issue