Skip to content

Commit 6779e00

Browse files
author
Lichen Liu
committed
add example about disk saving
1 parent 7edf2cb commit 6779e00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

specs/MultiProfile.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ preference settings.
1313
Although you can make your WebView2s use different user data directories to achieve data separation,
1414
in such way you'll have to be running multiple browser instances (each including a browser process
1515
and 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

1820
With all above, we're adding these new APIs to support multiple profiles, so that you can have
1921
multiple WebView2s running with separate profiles under a single user data directory (i.e. a single

0 commit comments

Comments
 (0)