79666671

Date: 2025-06-15 15:32:22
Score: 0.5
Natty:
Report link

Why does this happen? Shouldn't the response be set by the time the load event fires? If not, where is this documented

The XMLHttpRequestUpload: load event is fired when the upload completes successfully. The full response is usually not received.

and what event is the correct event for getting the response?

You want to register a XMLHttpReques: load event. This event is fired when the whole request including the response completes successfully.

Reasons:
  • Blacklisted phrase (1): this document
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why do
  • High reputation (-1):
Posted by: jabaa