silkimen / cordova-plugin-advanced-http

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
391 stars 313 forks source link

[Android] Stop adding unnecessary new lines into base64 response string #510

Open chuchuva opened 11 months ago

chuchuva commented 11 months ago

base64.fromArrayBuffer is perfectly capable of decoding one long line of base64 string. We just waste memory with those \n characters.