MCPcopy
hub / github.com/bvaughn/react-virtualized / isBrowser

Function isBrowser

source/Grid/utils/maxElementSize.js:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const CHROME_MAX_ELEMENT_SIZE = 1.67771e7;
5
6const isBrowser = () => typeof window !== 'undefined';
7
8const isChrome = () => !!window.chrome;
9

Callers 1

getMaxElementSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…