You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
I'm not able to send raw data such as content type application/octet-stream or image/jpeg.
Describe the solution you'd like
I would like to send data as is, without any processing. The data must be an Uint8Array or an ArrayBuffer.
Is your feature request related to a problem? Please describe.
I'm not able to send raw data such as content type application/octet-stream or image/jpeg.
Describe the solution you'd like
I would like to send data as is, without any processing. The data must be an Uint8Array or an ArrayBuffer.
Describe alternatives you've considered
Cordova Advanced HTTP Plugin is currently supporting this using "raw" type as the data serializer.
https://github.com/silkimen/cordova-plugin-advanced-http#setdataserializer
Additional context
Needs implementation for ios and android.
The text was updated successfully, but these errors were encountered: