nativescript-community / https

Secure HTTP client with SSL pinning for Nativescript - iOS/Android
https://nativescript-community.github.io/https/
Other
51 stars 42 forks source link

Malformed data due to data.classe() return undefined #57

Closed kefahB closed 4 years ago

kefahB commented 4 years ago

Hi @EddyVerbruggen ,

I fix the issue with the malformed data related with #56 .. the issue is fixed by replacing data.class().name by data instanceof NSArray

kefahB commented 4 years ago

@EddyVerbruggen , I pushed another commit related with #54

kefahB commented 4 years ago

Hi @EddyVerbruggen

Can you review this PR please. thanks

EddyVerbruggen commented 4 years ago

@kefahB I'd love to, but it has been closed. Was that on purpose?

kefahB commented 4 years ago

Hi @EddyVerbruggen

I had other issue on android .. and I decided to close this and create one more complete here