electron/docs/fiddles/ipc/webview-new-window/index.html

5 lines
115 B
HTML
Raw Normal View History

<body>
<webview id=webview src="child.html" allowpopups></webview>
<script src="renderer.js"></script>
</body>