W3cubDocs

/Angular

XhrFactory

A wrapper around the XMLHttpRequest constructor.

API

abstract class XhrFactory {
  abstract build(): XMLHttpRequest;
}

build

XMLHttpRequest
@returnsXMLHttpRequest

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/common/XhrFactory