-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
Fire a progress event named progress with transmitted and length.
This appears to imply that the progress event is fired even when the synchronous flag is set.
I have been investigating Chromium issue https://crbug.com/402986 which is about Chromium not firing this event for sync XHR. I checked in Chrome, Firefox, Safari, IE and Edge, and only Firefox ever fires a progress event for sync XHR, and even then only about 50% of the time.
I would prefer to change the standard to not fire a progress event for sync XHR, to match the majority behaviour.
Metadata
Metadata
Assignees
Labels
No labels