react-native-aws3 icon indicating copy to clipboard operation
react-native-aws3 copied to clipboard

FormData and XMLHttpRequest are not defined

Open ayunas opened this issue 6 years ago • 0 comments

I am using this library to upload an image to an S3 bucket, but when I try to do a put request to the s3 bucket, I get errors in the library files:

in Request.js lines 148-149:

ReferenceError: XMLHttpRequest is not defined
ReferenceError: FormData is not defined

ayunas avatar Nov 19 '19 21:11 ayunas