Skip to content

Instantly share code, notes, and snippets.

@hendrixroa
Created March 8, 2023 01:33
Show Gist options
  • Save hendrixroa/938741335ff61005323e984cae9498bb to your computer and use it in GitHub Desktop.
Save hendrixroa/938741335ff61005323e984cae9498bb to your computer and use it in GitHub Desktop.
Empty class of headless browser
import { EventEmitter } from 'events';
import * as Puppeteer from 'puppeteer';
export class HeadlessBrowser extends EventEmitter {
protected browser: Puppeteer.Browser;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment