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