silkimen / cordova-plugin-advanced-http

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

[Bug] sendRequest doesn't contain success/failure types #511

Closed SoCuul closed 11 months ago

SoCuul commented 11 months ago

Describe the bug The types for sendRequest do not include the success/failure function parameters in the type documentation. This means that TypeScript will detect it as an error, which is unintended.

SoCuul commented 11 months ago

Wrong repository