Will the JS SDK for Browser Screenshot
Will the JS SDK for Browser Screenshot function ever return the actual screenshot data? 😂
https://developers.cloudflare.com/browser-rendering/rest-api/screenshot-endpoint/#take-a-screenshot-from-custom-html
(currently just responds with the status)
5 Replies
why would you want the actual screenshot data?! 🤯
jokes aside 😅 , are you really sure that's only returning the status?! that's kinda wild 😓
yeah ...

oh wait.... that's the type?! so is that actually expected?! 🤯
Yep! Drove me crazy until I realized workers support puppeteer so I just switched to using that instead
mh.....
have you actually checked the JS object itself?
is it possible that the type is just wrong but there is some data there?