Skip to content

Commit febdf87

Browse files
committed
don't break line of code
1 parent 0dae02a commit febdf87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft-edge/webview2/concepts/webview-features-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The following are some of the flags we've seen used.
103103
| `ignore-gpu-blocklist` | Whether to ignore the GPU blocklist. |
104104
| `incognito` | Forces InPrivate (Incognito) mode even if the user data directory is specified by using the `--user-data-dir` flag. |
105105
| `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 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. For example: `--js-flags=--scavenger_max_new_space_capacity_mb=8`. <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. For example: <br/>`--js-flags=--scavenger_max_new_space_capacity_mb=8` <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. |
107107
| `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. |
108108
| `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. |
109109
| `msAbydos` | Enables the "handwriting-to-text" experience. |

0 commit comments

Comments
 (0)