Skip to content

Commit 0dae02a

Browse files
committed
format/seq in cell
1 parent 0fe0f4c commit 0dae02a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ The following are some of the flags we've seen used.
102102
| `ignore-certificate-errors` | Ignores certificate-related errors. |
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. |
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 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. For example: `--js-flags=--scavenger_max_new_space_capacity_mb=8`. |
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 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. |
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)