Handling multipart responses to an AJAX request?

Hello, all! :slight_smile:

Let’s say you want to respond to an AJAX request with content of MIME type (e.g.) multipart/mixed and have your client script handle each part as it arrives.

(1) Is this possible with XMLHttpRequest’s readystatechange event?

(2) What HTTP status should the script look for to determine that a part has arrived?

Many thanks in advance!

Relax, kids. I have this covered! :smiley: