Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Browser
/ getNewTabId
Function
getNewTabId
wvbrowser_ui/controls_ui/tabs.js:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
const
INVALID_TAB_ID = 0;
5
6
function
getNewTabId() {
7
return
++tabIdCounter;
8
}
9
10
function
isValidTabId(tabId) {
11
return
tabId != INVALID_TAB_ID && tabs.has(tabId);
Callers
1
createNewTab
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected