Do partial HTTP responses work with UXP?

We’re building a back end server for one of our plugins, and rather than polling when a long operation is done (something depending on user action in a browser), we’d rather just use partial responses, and a full/final response when the user action is complete. (Could be seconds or minutes.)

Is this something that people have done with XD/UXP’s xhr support?