wymsee / cordova-HTTP

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

GET chunked arraybuffer #88

Open belaviyo opened 8 years ago

belaviyo commented 8 years ago

Hi,

I was wondering if it is possible to get large data in chucked arraybuffer format. Like req.on('data', function (ab) {});

I am trying to fetch a large file and need to get it in checked format as the total data is huge and might cause crash