BoostIO / BoostNote-App

Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
https://boostnote.io
Other
3.78k stars 370 forks source link

Handle blob directly #1526

Closed Rokt33r closed 2 years ago

Rokt33r commented 2 years ago

PDF exporting was sending data as JSON(Binary->Uint8Array-> JSON number array) which is very inefficient. Now, the server send raw data only and the app download it without any extra processing