We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97fe3e commit 30e6fd2Copy full SHA for 30e6fd2
GettingStartedGuides/Win32_GettingStarted/HelloWebView.cpp
@@ -177,7 +177,6 @@ int CALLBACK WinMain(
177
webview->PostWebMessageAsString(message.get());
178
return S_OK;
179
}).Get(), &token);
180
- // </CommunicationHostWeb>
181
182
// Schedule an async task to add initialization script that
183
// 1) Add an listener to print message from the host
@@ -186,6 +185,7 @@ int CALLBACK WinMain(
186
185
L"window.chrome.webview.addEventListener(\'message\', event => alert(event.data));" \
187
L"window.chrome.webview.postMessage(window.document.URL);",
188
nullptr);
+ // </CommunicationHostWeb>
189
190
191
}).Get());
0 commit comments