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

mt.js uses synchronous calls - is there a reason for this? #6

Open
rkaiser0324 opened this issue Mar 28, 2014 · 1 comment
Open

mt.js uses synchronous calls - is there a reason for this? #6

rkaiser0324 opened this issue Mar 28, 2014 · 1 comment

Comments

@rkaiser0324
Copy link

Excellent library here!

One thing I've noticed is that mt.js appears to send all requests synchronously, resulting in thread blocking. In our case, it's very noticeable with a HTML5 slider control, that calls Mt.App.fireEvent many times in succession as its dragged.

Is there a reason that this couldn't be modified to make requests asynchronously instead?

@cdeutsch
Copy link
Owner

I'm not aware of any limitation. Would take a pull request.

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

No branches or pull requests

2 participants