XMLHttpRequest Level 2

XMLHttpRequestEventTarget

Was reserved for future use. Now has:

XMLHttpRequestUpload

Inherits from XMLHttpRequestEventTarget.

XMLHttpRequest

(We don't talk here about the update to Web IDL. Ahem.)

The response attribute is mostly the same as responseText, when the responseType is the empty string or "text". But it can also be an "arraybuffer", a "blob", or a "document".

As you can tell, this update mostly adds Typed Arrays.

FormData


Specification: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/

Thanks Anne Van Kesteren.