Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
const
CHROME_MAX_ELEMENT_SIZE = 1.67771e7;
5
6
const
isBrowser = () => typeof window !==
'undefined'
;
7
8
const
isChrome = () => !!window.chrome;
9
Callers
1
getMaxElementSize
Function · 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…