5 lines
4.8 KiB
JSON

{
"id": "api/common/XhrFactory",
"title": "XhrFactory",
"contents": "\n\n<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.io/api/common\", \"name\": \"@angular/common\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/common/XhrFactory\", \"name\": \"XhrFactory\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/common\">@angular/common</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/common/src/xhr.ts?message=docs(common)%3A%20describe%20your%20change...\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/src/xhr.ts\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"xhrfactory\">XhrFactory<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/XhrFactory#xhrfactory\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label class\">class</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n <p>A wrapper around the <code>XMLHttpRequest</code> constructor.</p>\n\n \n </section>\n \n \n \n <section class=\"class-overview\">\n<code-example language=\"ts\" hidecopy=\"true\">\nabstract class <a href=\"api/common/XhrFactory\" class=\"code-anchor\">XhrFactory</a> {\n <a class=\"code-anchor\" href=\"api/common/XhrFactory#build\">abstract <span class=\"member-name\">build</span>(): XMLHttpRequest</a>\n}\n</code-example>\n\n \n \n\n</section>\n\n\n \n\n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n<section class=\"instance-methods\">\n <h2 id=\"methods\">Methods<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/XhrFactory#methods\"><i class=\"material-icons\">link</i></a></h2>\n \n <a id=\"build\"></a>\n<table class=\"is-full-width method-table instance-method\">\n <thead><tr><th>\n <div class=\"with-github-links\">\n <h3 id=\"build\">\n build()\n \n <a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/XhrFactory#build\"><i class=\"material-icons\">link</i></a></h3>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/common/src/xhr.ts?message=docs(common)%3A%20describe%20your%20change...#L15-L15\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/src/xhr.ts#L15-L15\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n </th></tr></thead>\n <tbody>\n \n \n <tr>\n <td>\n <div class=\"overload-info\">\n \n\n <code-example language=\"ts\" hidecopy=\"true\" class=\"no-box api-heading\">abstract <span class=\"member-name\">build</span>(): XMLHttpRequest</code-example>\n\n \n\n <h6 class=\"no-anchor\" id=\"parameters\">Parameters</h6>\n <p>There are no parameters.</p>\n\n \n <h6 class=\"no-anchor\" id=\"returns\">Returns</h6>\n <p><code>XMLHttpRequest</code></p>\n\n \n\n\n \n\n \n</div>\n </td>\n </tr>\n \n\n \n\n \n </tbody>\n</table>\n\n \n</section>\n\n\n\n \n\n\n </div>\n</article>\n\n<!-- links to this doc:\n - api/common\n - api/common/http\n - api/common/http/XhrFactory\n - guide/deprecations\n-->\n<!-- links from this doc:\n - /api\n - api/common\n - api/common/XhrFactory#build\n - api/common/XhrFactory#methods\n - api/common/XhrFactory#xhrfactory\n - https://github.com/angular/angular/edit/master/packages/common/src/xhr.ts?message=docs(common)%3A%20describe%20your%20change...\n - https://github.com/angular/angular/edit/master/packages/common/src/xhr.ts?message=docs(common)%3A%20describe%20your%20change...#L15-L15\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/src/xhr.ts\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/src/xhr.ts#L15-L15\n-->"
}