update webview tab link

This commit is contained in:
Gingka Akiyama 2019-10-05 10:00:22 -04:00 committed by GitHub
parent f8f21792b5
commit febbcd83c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;