silkimen / cordova-plugin-advanced-http

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

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

Open chuchuva opened 1 year ago

chuchuva commented 1 year ago

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