浏览代码

Update README.md

Ben Hsieh 9 年前
父节点
当前提交
df2b6f4efc
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      README.md

+ 4
- 0
README.md 查看文件

796
 
796
 
797
 A set of configurations that will be injected into a `fetch` method, with the following properties.
797
 A set of configurations that will be injected into a `fetch` method, with the following properties.
798
 
798
 
799
+#### indicator:boolean
800
+  `0.5.6`
801
+  Set this property to `true` to display a network indicator on status bar, this feature is only supported on IOS.
802
+
799
 #### trusty:boolean
803
 #### trusty:boolean
800
   `0.5.3`
804
   `0.5.3`
801
   Set this property to `true` will allow the request create connection with server have self-signed SSL certification. This is not recommended to use in production.
805
   Set this property to `true` will allow the request create connection with server have self-signed SSL certification. This is not recommended to use in production.