Merge pull request #82 from GingkathFox/patch-1

update webview tab link
This commit is contained in:
Thomas Brouard 2019-10-07 13:36:21 +02:00 committed by GitHub
commit f75d5ada4b
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 ### 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 ```javascript
let webview = tab.webview; let webview = tab.webview;