docs: add <webview>
new-window
event removal to breaking-changes.md (#36985)
Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
parent
b454f8c7c1
commit
67f273a6d6
6 changed files with 101 additions and 0 deletions
4
docs/fiddles/ipc/webview-new-window/renderer.js
Normal file
4
docs/fiddles/ipc/webview-new-window/renderer.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
const webview = document.getElementById('webview')
|
||||
webview.addEventListener('new-window', () => {
|
||||
console.log('got new-window event')
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue