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
Dario
Dario•3w ago
why would you want the actual screenshot data?! 🤯 jokes aside 😅 , are you really sure that's only returning the status?! that's kinda wild 😓
Raymond
RaymondOP•3w ago
yeah ...
No description
Dario
Dario•3w ago
oh wait.... that's the type?! so is that actually expected?! 🤯
Raymond
RaymondOP•3w ago
Yep! Drove me crazy until I realized workers support puppeteer so I just switched to using that instead
Dario
Dario•3w ago
mh..... have you actually checked the JS object itself? is it possible that the type is just wrong but there is some data there?

Did you find this page helpful?