File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ is raised when the page is navigated to. The Favicon would be an
5555empty image stream and empty Uri for the lack of a favicon. The end developer is expected to handle this scenario.
5656Otherwise, we raise the FaviconChanged with an observed change to the
5757Favicon. In that scenario, the CoreWebView2 has an updated value for the FaviconUri property, and the GetFavicon method to match the updated favicon.
58- observed and a copy of the image.
5958See [ API Details] ( #api-details ) Section below for API reference
6059# API Details
6160## Win32 C++
@@ -94,7 +93,7 @@ interface ICoreWebView2_10 : ICoreWebView2_9 {
9493 /// The FaviconChanged event will be raised for first navigating to a new
9594 /// document, whether or not a document declares a Favicon in HTML. The event will
9695 /// be raised again if a favicon is declared in its HTML or has script
97- /// to set its favicon. The favicon infromation can then be retrieved with
96+ /// to set its favicon. The favicon information can then be retrieved with
9897 /// `GetFavicon` and `FaviconUri`.
9998 HRESULT add_FaviconChanged(
10099 [in] ICoreWebViewFaviconChangedEventHandler* eventHandler,
You can’t perform that action at this time.
0 commit comments