mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add missing semicolon in webview tag documentation
This commit is contained in:
@@ -448,7 +448,7 @@ webview.send('ping');
|
||||
var ipc = require('ipc');
|
||||
ipc.on('ping', function() {
|
||||
ipc.sendToHost('pong');
|
||||
})
|
||||
});
|
||||
```
|
||||
|
||||
### crashed
|
||||
|
||||
Reference in New Issue
Block a user