Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xhr was not in scope. xdr was intended. This is fixed. Using $.extend() means we do not have to specify each field. Renamed xhrFields to xdrFields. As this is what they are. Fomerly, property names were unnecessarily translated: xhrFields.error -> xhr.onerror xhrFields.timeout -> xhr.ontimeout Now there is no translation, use the exact names: xdrFields.onerror -> xdr.onerror xdrFields.ontimeout -> xdr.ontimeout
- Loading branch information