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

Fix ajax upload progress event is not set correctly #2200

Merged
merged 3 commits into from
Dec 23, 2016

Commits on Dec 20, 2016

  1. feat(ajax-helper): update MockXMLHttpRequest upload property behavior

    Observable.ajax would set xhr.upload.onprogress when progressSubscriber is not empty. And if xhr.upload.onprogress was set after xhr.open, it would not be fired. So ajax-helper should initial an empty upload object, and freeze the setter after open method called.
    Brooooooklyn committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    449cee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38022dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8201e76 View commit details
    Browse the repository at this point in the history