You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only need to support very modern browsers, so I didn't include the shim at first.
It seems that without the shim loaded, the progress/load event handlers never get set up, and so config.progress is never called and there is no way to update progress in my UI.
The text was updated successfully, but these errors were encountered:
Yea it is mentioned in the README guide that you need shim for progress/abort.
It is to get access to Angular XHR private field: angular/angular.js#1934
I can create a separate file for only HTML5 angular shim which would be less code but overall the shim file is very tiny even with non-HTML5 code.
I only need to support very modern browsers, so I didn't include the shim at first.
It seems that without the shim loaded, the
progress
/load
event handlers never get set up, and soconfig.progress
is never called and there is no way to update progress in my UI.The text was updated successfully, but these errors were encountered: