electron/docs/fiddles/ipc/webview-new-window/index.html
Milan Burda 67f273a6d6
docs: add <webview> new-window event removal to breaking-changes.md (#36985)
Co-authored-by: Milan Burda <miburda@microsoft.com>
2023-05-31 10:47:08 -04:00

4 lines
115 B
HTML

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