I'm running into a problem similar to the one Bradley described (https://discord.com/channels/595317
I'm running into a problem similar to the one Bradley described (workers-and-pages-discussions) — generating PDFs is taking significantly longer (and generating significantly larger files) than expected with CF's Puppeteer, and there's currently no way to switch the headless mode to
chrome-headless-shell... the docs for puppeteer.launch() incorrectly suggest you can pass a PuppeteerLaunchOptions param, but that only works for PuppeteerNode.launch(), not PuppeteerWorkers.launch()GitHub
Puppeteer Core fork that works with Cloudflare Browser Workers - cloudflare/puppeteer