bykof / cordova-plugin-webserver

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

sendFileResponse is not a function #28

Closed bknill closed 5 years ago

bknill commented 5 years ago

Hi,

sendFileResponse is not a function. Is this feature added (on Android) ?

bykof commented 5 years ago

There is no sendFileResponse feature yet.

bloigge commented 5 years ago

I stumbled across on this as well - the function is listed in the README.

image

boedy commented 5 years ago

As long as this method is not implemented it should not be in the documentation. I recommend moving that code to a separate feature branch.

boedy commented 5 years ago

Serving file responses now possible on both iOS and Android. Check the README.md for details.