2019-11-14 22:09:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
2020-02-03 22:01:10 +00:00
|
|
|
<webview nodeintegration src="about:blank"></webview>
|
2019-11-14 22:09:03 +00:00
|
|
|
<script>
|
|
|
|
var wv = document.querySelector('webview')
|
|
|
|
wv.addEventListener('dom-ready', () => {
|
|
|
|
wv.openDevTools()
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|