MCPcopy 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

1const DEFAULT_HISTORY_ITEM_COUNT = 20;
2const EMPTY_HISTORY_MESSAGE = `You haven't visited any sites yet.`;
3let requestedTop = 0;
4let lastRequestSize = 0;

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected