AmosJin
AmosJin
Fixes #498 What did you change (functionally and technically)? functionally
**Steps to reproduce:** 1. use QQ shuangpin IME or IME with input hint along like this: input 't', IME shows 't|[ta]', '|' simulates the cursor position **Expected behaviour:** input normally...
场景:使用 sdk.lift() 接口,如果其中 request 是个返回状态为 204 的请求,那么这个 handleRequestCache 中的缓存策略是缓存的(因为它本身不关心是否是个请求,只要请求状态是 [200, 400) 就表示成功,然后 `do(() => this.requestMap.set(cacheKey, true))` 缓存。 疑问:是否考虑只有 200 的才 `do(() => this.requestMap.set(cacheKey, true))`?