You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/concepts/webview-features-flags.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,14 +103,13 @@ The following are some of the flags we've seen used.
103
103
|`ignore-gpu-blocklist`| Whether to ignore the GPU blocklist. |
104
104
|`incognito`| Forces InPrivate (Incognito) mode even if the user data directory is specified by using the `--user-data-dir` flag. |
105
105
|`isolate-origins`| Require dedicated processes for a set of origins, specified as a comma-separated list. For example: --isolate-origins=https://www.foo.com,https://www.bar.com.|
106
-
|`js-flags`| Specifies the flags passed to JS engine. |
107
-
|`--js-flags=--scavenger_max_new_space_capacity_mb=8`| Specifies the maximum limit (in MB) for scavenger (minor) garbage collectors in the V8 JavaScript engine. <br/>A lower scavenger memory limit reduces memory usage, and increases the frequency of running minor garbage collectors. <br/>A higher scavenger memory limit increases memory usage, and reduces the frequency of running minor garbage collectors. |
106
+
|`js-flags`| Specifies the flags passed to the JS engine. Available flags: `scavenger_max_new_space_capacity_mb`: Specifies the maximum limit (in MB) for scavenger (minor) garbage collectors in the V8 JavaScript engine. <br/>A lower scavenger memory limit reduces memory usage, and increases the frequency of running minor garbage collectors. <br/>A higher scavenger memory limit increases memory usage, and reduces the frequency of running minor garbage collectors. |
108
107
|`lang`| The language file that WebView2 want to try to open. Of the form language[-country] where language is the 2-letter code from ISO-639. |
109
108
|`log-net-log`| Enables saving net log events to a file. If a value is given, that value is used as the directory path and file name. If no value is given, the file is named `netlog.json`, and is placed in the user data directory. |
110
109
|`msAbydos`| Enables the "handwriting-to-text" experience. |
111
110
|`msAbydosGestureSupport`| Allows users to use gestures (such as the scratchout gesture) to delete text by using a pen. Valid only if the `msAbydos` flag is enabled. |
112
111
|`msAbydosHandwritingAttr`| Whether the "handwriting-to-text" experience is enabled for input elements at the DOM level. Valid only if the `msAbydos` flag is enabled. |
113
-
|`msAllowAmbientAuthInPrivateWebView2`| This flag is to be used along with the `msSingleSignOnForInPrivateWebView2` browser browser flag, to enable SSO with default credential flow or ambient authentication flow. |
112
+
|`msAllowAmbientAuthInPrivateWebView2`| This flag is to be used along with the `msSingleSignOnForInPrivateWebView2` browser flag, to enable single sign-on (SSO) with default credential flow or ambient authentication flow. |
114
113
|`msEdgeDesignerUI`| Use this flag to disable the Designer Shoreline App. This feature is not supported in WebView2. |
115
114
|`msEdgeHubAppDesigner `| Use this flag to disable the Designer Shoreline App. This feature is not supported in WebView2. |
116
115
|`msEdgeDesignerDriverFix `| Use this flag to disable getting content and automatically showing the Designer feature. This feature is not supported in WebView2. |
0 commit comments