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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
115 B
HTML
Raw Normal View History

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