@lvce-editor/embeds-worker 4.13.2 → 4.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1133,6 +1133,7 @@ const handleDidNavigate = forwardWebContentsViewEvent('ElectronBrowserView.handl
1133
1133
  const handlePageFaviconUpdated = forwardWebContentsViewEvent('ElectronBrowserView.handlePageFaviconUpdated');
1134
1134
  const handleTitleUpdated = forwardWebContentsViewEvent('ElectronBrowserView.handleTitleUpdated');
1135
1135
  const handleWillNavigate = forwardWebContentsViewEvent('ElectronBrowserView.handleWillNavigate');
1136
+ const handleWindowOpen = forwardWebContentsViewEvent('ElectronBrowserView.handleWindowOpen');
1136
1137
  const handleContextMenu = forwardWebContentsViewEvent('ElectronBrowserView.handleContextMenu', false);
1137
1138
 
1138
1139
  const exit = () => {
@@ -1207,6 +1208,7 @@ const commandMap = {
1207
1208
  'ElectronWebContentsView.handlePageFaviconUpdated': handlePageFaviconUpdated,
1208
1209
  'ElectronWebContentsView.handleTitleUpdated': handleTitleUpdated,
1209
1210
  'ElectronWebContentsView.handleWillNavigate': handleWillNavigate,
1211
+ 'ElectronWebContentsView.handleWindowOpen': handleWindowOpen,
1210
1212
  'ElectronWebContentsView.hide': hide,
1211
1213
  'ElectronWebContentsView.insertCss': insertCss,
1212
1214
  'ElectronWebContentsView.insertJavaScript': insertJavaScript,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/embeds-worker",
3
- "version": "4.13.2",
3
+ "version": "4.14.0",
4
4
  "description": "Web Worker to manage electron webcontent views in Lvce Editor",
5
5
  "repository": {
6
6
  "type": "git",