修正 教程 7.Http 翻译问题

This commit is contained in:
SangKa 2016-10-10 06:53:40 +08:00
parent e1fd53b9b3
commit 2751b20aae
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ block observable-transformers
Fortunately, we can chain `Observable` operators to the string `Observable` that reduce the request flow.
We'll make fewer calls to the `HeroSearchService` and still get timely results. Here's how:
幸运的是,我们可以在字符串的`Observable`后面串联一`Observable`操作符,来归并这些请求。
幸运的是,我们可以在字符串的`Observable`后面串联一`Observable`操作符,来归并这些请求。
我们将对`HeroSearchService`发起更少的调用,并且仍然获得足够及时的响应。做法如下:
* `debounceTime(300)` waits until the flow of new string events pauses for 300 milliseconds