Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Browser
/ history.js
File
history.js
wvbrowser_ui/content_ui/history.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
DEFAULT_HISTORY_ITEM_COUNT = 20;
2
const
EMPTY_HISTORY_MESSAGE = `You haven't visited any sites yet.`;
3
let
requestedTop = 0;
4
let
lastRequestSize = 0;
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected