Using any uploadType throws a typeError: abortSignal.removeEventListener is not a function.
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
- [X] Android
- [X] iOS
React Native Version
0.69.2
React Native Compressor Version
1.8.25
Reproducible Steps And Demo
Use backgroundUpload with any uploadType
👋 @captainalbert Thanks for opening your issue here! If you find this package useful hit the star🌟!
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.