@lvce-editor/extension-host-worker 3.3.0 → 3.4.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.
|
@@ -3153,7 +3153,8 @@ const createWebView3 = async ({
|
|
|
3153
3153
|
isGitpod,
|
|
3154
3154
|
platform,
|
|
3155
3155
|
assetDir,
|
|
3156
|
-
webViewScheme
|
|
3156
|
+
webViewScheme,
|
|
3157
|
+
useNewWebViewHandler
|
|
3157
3158
|
}) => {
|
|
3158
3159
|
await invoke('WebView.create3', {
|
|
3159
3160
|
id,
|
|
@@ -3161,7 +3162,8 @@ const createWebView3 = async ({
|
|
|
3161
3162
|
isGitpod,
|
|
3162
3163
|
platform,
|
|
3163
3164
|
assetDir,
|
|
3164
|
-
webViewScheme
|
|
3165
|
+
webViewScheme,
|
|
3166
|
+
useNewWebViewHandler
|
|
3165
3167
|
});
|
|
3166
3168
|
};
|
|
3167
3169
|
|
package/package.json
CHANGED