silkimen / cordova-plugin-advanced-http

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

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

Closed SoCuul closed 1 year ago

SoCuul commented 1 year 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 1 year ago

Wrong repository