MCPcopy
hub / github.com/fingerprintjs/fingerprintjs / shouldAvoidPolygonModeExtensions

Function shouldAvoidPolygonModeExtensions

src/sources/webgl.ts:249–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 * JS Agent aims to avoid printing messages to console, so we avoid this extension in that browsers.
248 */
249export function shouldAvoidPolygonModeExtensions(): boolean {
250 return isChromium() || isWebKit()
251}
252
253/**
254 * Some unknown browsers have no `getParameter` method

Callers 1

getWebGlExtensionsFunction · 0.85

Calls 2

isChromiumFunction · 0.90
isWebKitFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…