wymsee / cordova-HTTP

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

How to abort a request on cordovaHTTP? #162

Open johnlin0207 opened 5 years ago

johnlin0207 commented 5 years ago

Can i set a timeout property in the argument of the cordovaHTTP.get() or cordovaHTTP.post()?I tried to use cordovaHTTP.get().abort(),but cordovaHTTP.get() returns an undefined😥