@lvce-editor/embeds-process 4.4.0 → 4.6.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.
|
@@ -1382,6 +1382,7 @@ const {
|
|
|
1382
1382
|
set: set$1
|
|
1383
1383
|
} = MainProcess$1;
|
|
1384
1384
|
|
|
1385
|
+
// cspell:ignore webcontents
|
|
1385
1386
|
const dispose = async id => {
|
|
1386
1387
|
try {
|
|
1387
1388
|
await invoke('ElectronWebContents.dispose', id);
|
|
@@ -1411,6 +1412,7 @@ const inspectElement = (webContentsId, x, y) => {
|
|
|
1411
1412
|
return callFunction(webContentsId, `inspectElement`, x, y);
|
|
1412
1413
|
};
|
|
1413
1414
|
|
|
1415
|
+
// cspell:ignore webcontents
|
|
1414
1416
|
const createWebContentsView = async (ipcId, restoreId, fallthroughKeyBindings) => {
|
|
1415
1417
|
number(restoreId);
|
|
1416
1418
|
// TODO race condition: ipc can be disposed while webcontents are being created
|