[jQuery] Override XMLHTTPRequest

[jQuery] Override XMLHTTPRequest


Is there a way to override the XMLHTTPRequest object used in jQuery’s
AJAX API?
I would like to use a custom implementation of XMLHTTPRequest.
Thanks!