A wrapper around the XMLHttpRequest constructor.
XMLHttpRequest
abstract class XhrFactory { abstract build(): XMLHttpRequest;}