File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ preference settings.
1313Although you can make your WebView2s use different user data directories to achieve data separation,
1414in such way you'll have to be running multiple browser instances (each including a browser process
1515and a bunch of child processes), which means much more consumption for system resources including
16- memory, CPU footprint, disk space etc. so it is not desirable.
16+ memory, CPU footprint, disk space (profiles under a single user data directory share several types
17+ of data, such as compiled shaders cached for a Skia GrContext and safebrowsing data) etc. so it is
18+ not desirable.
1719
1820With all above, we're adding these new APIs to support multiple profiles, so that you can have
1921multiple WebView2s running with separate profiles under a single user data directory (i.e. a single
You can’t perform that action at this time.
0 commit comments