File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ logic into your application with an assumption where the User Data is
2020located. WebView2 changing that default can then result in a code error or
2121possible crash.
2222
23- This api will provide the you a way to get the directory that is
23+ This api will provide you a way to get the directory that is
2424currently being used by the WebView for storage of the user data.
2525
2626Using this returned directory is safer for the long run so that if WebView2
@@ -74,7 +74,7 @@ HRESULT UserDataFolder()
7474[
7575 uuid(083CB0D7-E464-4108-807E-80AE4EAA3B28), object,
7676 pointer_default(unique)
77- ] interface ICoreWebView2Environment6 : IUnknown {
77+ ] interface ICoreWebView2Environment6 : ICoreWebView2Environment5 {
7878 /// Returns the user data folder that all CoreWebView2's created from this
7979 /// environment are using.
8080 /// This could be either the value passed in by the developer when creating the
You can’t perform that action at this time.
0 commit comments