mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Merge pull request #3680 from atom/newline-before-code-block
Add newline before example code block
This commit is contained in:
@@ -164,6 +164,7 @@ The `webview` tag has the following methods:
|
|||||||
**Note:** The webview element must be loaded before using the methods.
|
**Note:** 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();
|
||||||
|
|||||||
Reference in New Issue
Block a user