I am trying to pause an XMLHttpRequest
and resume it later.
Is it possible to pause an XMLHttpRequest
and resume it later?
Asked
Active
Viewed 2,437 times
3

DanielBarbarian
- 5,093
- 12
- 35
- 44

Parag
- 31
- 5
-
1Possible duplicate of [Pause a download with XMLHttpRequest in Javascript](http://stackoverflow.com/questions/22294012/pause-a-download-with-xmlhttprequest-in-javascript) – Daniel Sep 01 '16 at 07:03
-
1I am trying to implement pause/resume with XmlHttpRequest using abort but after abort i can't get the partially downloaded blob data in xhr.onabort event. – Parag Sep 02 '16 at 09:12
-
See the following answer https://stackoverflow.com/questions/22294012/pause-a-download-with-xmlhttprequest-in-javascript/74098768#74098768 – Airy Oct 17 '22 at 14:25