Browse Source

Update README.md

Ben Hsieh 8 years ago
parent
commit
4d838516d2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

772
 
772
 
773
 A set of configurations that will be injected into a `fetch` method, with the following properties.
773
 A set of configurations that will be injected into a `fetch` method, with the following properties.
774
 
774
 
775
+#### indicator:boolean
776
+  `0.5.6`
777
+  Set this property to `true` to display a network indicator on status bar, this feature is only supported on IOS.
778
+
775
 #### trusty:boolean
779
 #### trusty:boolean
776
   `0.5.3`
780
   `0.5.3`
777
   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.
781
   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.