adewaleng / node-apkpure-crawler

apkpure-crawler is a tool to automatically retrieve APKs from https://m.apkpure.com
6 stars 1 forks source link

Puppeteer old Headless deprecation warning #2

Open TMGboy opened 2 months ago

TMGboy commented 2 months ago

In the near feature headless: true will default to the new Headless mode for Chrome instead of the old Headless implementation. For more information, please see https://developer.chrome.com/articles/new-headless/. Consider opting in early by passing headless: "new" to puppeteer.launch() If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.