chore: fix comment indent.
This commit is contained in:
parent
119abe7bb9
commit
9099160038
|
@ -12,13 +12,13 @@ import {Observer} from 'rxjs/Observer';
|
||||||
import {isSuccess, getResponseURL} from '../http_utils';
|
import {isSuccess, getResponseURL} from '../http_utils';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates connections using `XMLHttpRequest`. Given a fully-qualified
|
* Creates connections using `XMLHttpRequest`. Given a fully-qualified
|
||||||
* request, an `XHRConnection` will immediately create an `XMLHttpRequest` object and send the
|
* request, an `XHRConnection` will immediately create an `XMLHttpRequest` object and send the
|
||||||
* request.
|
* request.
|
||||||
*
|
*
|
||||||
* This class would typically not be created or interacted with directly inside applications, though
|
* This class would typically not be created or interacted with directly inside applications, though
|
||||||
* the {@link MockConnection} may be interacted with in tests.
|
* the {@link MockConnection} may be interacted with in tests.
|
||||||
*/
|
*/
|
||||||
export class XHRConnection implements Connection {
|
export class XHRConnection implements Connection {
|
||||||
request: Request;
|
request: Request;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue