Created
          March 8, 2023 01:33 
        
      - 
      
- 
        Save hendrixroa/938741335ff61005323e984cae9498bb to your computer and use it in GitHub Desktop. 
    Empty class of headless browser
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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