Update as upstream
This commit is contained in:
parent
63258f9f53
commit
11589a7bde
1 changed files with 2 additions and 2 deletions
|
@ -130,10 +130,10 @@ If "on", the guest page will have web security disabled.
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
|
||||||
The webview element must be loaded before using the methods.
|
The webview element must be loaded before using the methods.
|
||||||
**Example**
|
**Example**
|
||||||
```javascript
|
```javascript
|
||||||
webview.addEventListener("dom-ready", function(){
|
webview.addEventListener("dom-ready", function() {
|
||||||
webview.openDevTools();
|
webview.openDevTools();
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue