browser_xhr.d.ts 229 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 /** * A backend for http that uses the `XMLHttpRequest` browser API. * * Take care not to evaluate this in non-browser contexts. * * @experimental */ export declare class BrowserXhr { constructor(); build(): any; }