Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ isChrome.ts
File
isChrome.ts
components/dash-table/src/core/browser/isChrome.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
default /Chrome/.test(navigator.userAgent) &&
2
/Google Inc/.test(navigator.vendor);
Callers
nothing calls this directly
Calls
1
test
Method · 0.45
Tested by
no test coverage detected