MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Browser / HandleTabCreated

Method HandleTabCreated

BrowserWindow.cpp:693–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void BrowserWindow::HandleTabCreated(size_t tabId, bool shouldBeActive)
694{
695 if (shouldBeActive)
696 {
697 CheckFailure(SwitchToTab(tabId), L"");
698 }
699}
700
701HRESULT BrowserWindow::HandleTabMessageReceived(size_t tabId, ICoreWebView2* webview, ICoreWebView2WebMessageReceivedEventArgs* eventArgs)
702{

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected