prebid-integration-monitor/node_modules/puppeteer-extra-plugin-stealth/evasions/webgl.vendor
2024-04-30 06:48:50 -06:00
..
index.js initial commit 2024-04-30 06:48:50 -06:00
index.test.js initial commit 2024-04-30 06:48:50 -06:00
package.json initial commit 2024-04-30 06:48:50 -06:00
readme.md initial commit 2024-04-30 06:48:50 -06:00

API

Table of Contents

class: Plugin

  • opts Object? Options (optional, default {})
    • opts.vendor string? The vendor string to use (default: Intel Inc.)
    • opts.renderer string? The renderer string (default: Intel Iris OpenGL Engine)

Extends: PuppeteerExtraPlugin

Fix WebGL Vendor/Renderer being set to Google in headless mode

Example data (Apple Retina MBP 13): {vendor: "Intel Inc.", renderer: "Intel(R) Iris(TM) Graphics 6100"}