MCPcopy
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

1export default /Chrome/.test(navigator.userAgent) &&
2 /Google Inc/.test(navigator.vendor);

Callers

nothing calls this directly

Calls 1

testMethod · 0.45

Tested by

no test coverage detected