We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using backgroundUpload with UploadType: UploadType.BINARY_CONTENT or UploadType.MULTIPART throws an error
I am using Image.compress() prior to using backgroundUpload. It works fine but when I put the uploadType, the error on backgroundUpload shows.
This is my implementation for backgroundUpload
Should not throw error regarding abortSignal.removeEventListener
0.69.2
1.8.25
Use backgroundUpload with any uploadType
The text was updated successfully, but these errors were encountered:
👋 @captainalbert Thanks for opening your issue here! If you find this package useful hit the star🌟!
Sorry, something went wrong.
No branches or pull requests
Current behavior
Using backgroundUpload with UploadType: UploadType.BINARY_CONTENT or UploadType.MULTIPART throws an error
I am using Image.compress() prior to using backgroundUpload. It works fine but when I put the uploadType, the error on backgroundUpload shows.
This is my implementation for backgroundUpload
Expected behavior
Should not throw error regarding abortSignal.removeEventListener
Platform
React Native Version
0.69.2
React Native Compressor Version
1.8.25
Reproducible Steps And Demo
Use backgroundUpload with any uploadType
The text was updated successfully, but these errors were encountered: