krampstudio / aja.js

Ajax without XML : Asynchronous JavaScript and JavaScript/JSON(P)
http://krampstudio.github.io/aja.js/
MIT License
306 stars 45 forks source link

There is a way to check progress on request? #40

Closed reinaldorauch closed 7 years ago

reinaldorauch commented 7 years ago

Looked at the docs and didn't saw anything straightforward to do it.

Any event like .on('progress', () => {}) or something like that?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/49966271-there-is-a-way-to-check-progress-on-request?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github).
krampstudio commented 7 years ago

Yes there's a progress event, see https://github.com/krampstudio/aja.js/blob/master/src/aja.js#L504. Now that the support is good I should document it.

reinaldorauch commented 7 years ago

Will check it, thanks for the answer

krampstudio commented 7 years ago

Please reopen in case of issue