Files
cannaiq/backend/node_modules/puppeteer-extra-plugin-stealth/evasions/webgl.vendor

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"}