CulturalMe / meteor-slingshot

Upload files directly to AWS S3, Google Cloud Storage and others in meteor
MIT License
595 stars 104 forks source link

How to abort file uploading without Meteor thrown exception? #227

Open NazariiStrohush opened 6 years ago

NazariiStrohush commented 6 years ago

Hi, i'm using xhr.abort() but I get this exception: image. I don't need this, because it was canceled by me, and this was expected abort

HemalR commented 6 years ago

@NazariiStrohush Did you figure this out?

NazariiStrohush commented 6 years ago

@HemalR no yet