Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix exported types #7742

Closed

Commits on Feb 18, 2022

  1. fix(page): fix exported types

    You cannot export functions if actually you export a class (methods of a class != separate functions)
    
    Issues: #7529
    
    BREAKING CHANGE: to use `launch` method (and any other methods from Puppeteer class) now you have to import `puppeteer` via import default export, i.e. `import puppeteer from 'puppeteer'`
    timocov committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    db4a695 View commit details
    Browse the repository at this point in the history