@lvce-editor/extension-host-worker 1.2.0 → 1.2.1
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.
|
@@ -3632,7 +3632,7 @@ const create$2 = async ({
|
|
|
3632
3632
|
port1,
|
|
3633
3633
|
port2
|
|
3634
3634
|
} = getPortTuple();
|
|
3635
|
-
await invokeAndTransfer(
|
|
3635
|
+
await invokeAndTransfer('IpcParent.create', {
|
|
3636
3636
|
method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
|
|
3637
3637
|
url,
|
|
3638
3638
|
name,
|
package/package.json
CHANGED