parent
7478105178
commit
61e514bf77
|
@ -61,7 +61,7 @@ function mergeOptions(defaultOpts, providedOpts, method, url): RequestOptions {
|
|||
* ### Example
|
||||
*
|
||||
* ```
|
||||
* http.get('people.json').observer({next: (value) => this.people = people});
|
||||
* http.get('people.json').observer({next: (value) => this.people = value});
|
||||
* ```
|
||||
*
|
||||
* The default construct used to perform requests, `XMLHttpRequest`, is abstracted as a "Backend" (
|
||||
|
|
Loading…
Reference in New Issue