james-elicx / cf-bindings-proxy

Experimental proxy for interfacing with bindings in projects targeting Cloudflare Pages
MIT License
94 stars 4 forks source link

Fix the incorrect process of converting ArrayBuffer to base64 #27

Closed Karibash closed 1 year ago

Karibash commented 1 year ago

I made a silly mistake...

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 61868c812e10390eb819e067714f445f0ec792d8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | cf-bindings-proxy | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 1 year ago

🧪 A prerelease is available for testing 🧪

You can install this latest build in your project with: ```sh npm install --save-dev https://prerelease-registry.ixion-labs.workers.dev/james-elicx/cf-bindings-proxy/runs/5974365720/npm-package-cf-bindings-proxy-27 ``` Or you can immediately run this with `npx`: ```sh npx https://prerelease-registry.ixion-labs.workers.dev/james-elicx/cf-bindings-proxy/runs/5974365720/npm-package-cf-bindings-proxy-27 ```