typicode / fetchival

Easy window.fetch requests
MIT License
521 stars 33 forks source link

fetchival with progress for upload #22

Open isAlmogK opened 7 years ago

isAlmogK commented 7 years ago

Is there away to get the progress for post / upload I know fetch does not support this but was wondering if fetchival does?

MartinDawson commented 6 years ago

@AlmogRnD Why would it? This is a wrapper for native fetch, not xmlhttp.