Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join
Rr2d25/5/2024

Cloudflare's Pupeteer Browser Rendering

Cloudflare's Pupeteer Browser Rendering worker example does not show sticky navs for some reason--both for my website and others I've tried like Shadcn's site. Any ideas how to make the sticky nav visible in the screenshot, like it is when visiting the website in a regular brower? I've tried every setting I can think of, delays, etc. My code is based on the basic example: https://developers.cloudflare.com/browser-rendering/get-started/screenshots/...
No description
HIAHello, I’m Alastair!4/24/2024

Which region are you using?

Which region are you using?
IItsWendell10/23/2023

PDF Generation (readable is not async iterable)

Any solutions found? It seems like what is returned in the PDF is not an Buffer, debugging this now more. Edit: Okay so .pdf() doesn't work but this does: ``` const qoutePdf = await page.createPDFStream({ printBackground: true,...
VVero8/10/2023

please send your account ID in that

please send your account ID in that channel if you want to get access faster
MXMartin 0x522E6/9/2023

Remote Browser Isolation

Hey folks, I heard this is built on top of remote browser isolation. Will it be possible to combine the two? Like setup a browser session, send some puppeteer commands and after that present the new session to a user (who might not be on my team)