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
Don't fire a "progress" event for synchronous XMLHttpRequest
Only fire a "progress" event during "handle response end-of-body" for
asynchronous XMLHttpRequest. This matches most browsers.
Tests: web-platform-tests/wpt#10887.
Closes#207.
0 commit comments