elbywan / wretch

A tiny wrapper built around fetch with an intuitive syntax. :candy:
MIT License
4.83k stars 98 forks source link

Cancel a file upload #113

Closed harry-dev98 closed 3 years ago

harry-dev98 commented 3 years ago

Hello folks, I have been using wretch for almost all of my projects. Wretch is <3

I had a requirement to cancel a file being upload and I am using wretch. Is there any way to cancel file uploading? Also, I tried googling theres something called signals used with fetch like a abort signal.

elbywan commented 3 years ago

Hey @harry-dev98,

I have been using wretch for almost all of my projects. Wretch is <3

Thanks a bunch ❤️

I had a requirement to cancel a file being upload and I am using wretch. Is there any way to cancel file uploading? Also, I tried googling theres something called signals used with fetch like a abort signal.

Yes, abort signals can be used with wretch quite easily. The process is documented here.

harry-dev98 commented 3 years ago

Oh yea.. i never read that Readme file till end, and thought abort is not documented .. Thanks alot.