A port of puppeteer running on Deno
When you want to get the arrayBuffer of a response body, `res.arrayBuffer()` throws a ReferenceError. ```ts page.on("response", (res) => { res.arrayBuffer(); }); --- error: Uncaught (in promise) ReferenceError: base64Decode is not defined return response.base64Encoded ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by c0per and has received 4 comments.