gui/ui/node_modules.bak/@angular/common/xhr.d.d.ts

17 lines
283 B
TypeScript
Raw Permalink Normal View History

/**
* @license Angular v20.3.10
* (c) 2010-2025 Google LLC. https://angular.dev/
* License: MIT
*/
/**
* A wrapper around the `XMLHttpRequest` constructor.
*
* @publicApi
*/
declare abstract class XhrFactory {
abstract build(): XMLHttpRequest;
}
export { XhrFactory };