Project

General

Profile

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