Background
I would like to use the Cloudflare worker to get information from a single page application. I need the application to render javascript before can get this information.
Has anyone successfully managed to use a headless browser such as JSDOM in a Cloudflare worker?
Is this something thats even possible at this time? Are there any examples out there?