bykof / cordova-plugin-webserver

A webserver plugin for cordova
Other
119 stars 51 forks source link

Binary Responses #68

Open ecc521 opened 2 years ago

ecc521 commented 2 years ago

Is there any way to send binary data (like images) using this plugin? It appears that only text is supported (sending an arrayBuffer resulted in sigterm)