MCPcopy 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

4const INVALID_TAB_ID = 0;
5
6function getNewTabId() {
7 return ++tabIdCounter;
8}
9
10function isValidTabId(tabId) {
11 return tabId != INVALID_TAB_ID && tabs.has(tabId);

Callers 1

createNewTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected