Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for event listeners #50

Open
michael-swan opened this issue Oct 13, 2015 · 1 comment
Open

Add support for event listeners #50

michael-swan opened this issue Oct 13, 2015 · 1 comment

Comments

@michael-swan
Copy link

The XMLHttpRequest object is an EventTarget and therefore supports addEventListener. The event I am most interested in is "progress". Perhaps that event handler alone could be added as an argument to the affjax function.

@gasi
Copy link

gasi commented Jul 24, 2020

FWIW, I found this Gist on how to report progress via lower-level Web.XHR module: https://gist.github.com/jmackie/b6afee6e1cb628ff5a600b626026aa5c#file-upload-purs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants