blitz-js / superjson

Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more.
MIT License
3.88k stars 83 forks source link

Document binary data support #255

Open FeldrinH opened 11 months ago

FeldrinH commented 11 months ago

According to the resolution of https://github.com/blitz-js/superjson/issues/144 sending binary data as base64 is supported by superjson. However, I could not find this mentioned anywhere in the documentation. It would be good to document that binary data is supported and what representations specifically are supported.

Skn0tt commented 11 months ago

Absolutely! Would you be interested in providing a PR for that?