3e8d77d564
Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: Electron Bot <anonymous@electronjs.org> Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
16 lines
318 B
HTML
16 lines
318 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<webview nodeintegration></webview>
|
|
<script>
|
|
var wv = document.querySelector('webview')
|
|
wv.addEventListener('dom-ready', () => {
|
|
wv.openDevTools()
|
|
})
|
|
</script>
|
|
</script>
|
|
</body>
|
|
</html>
|