Ver código fonte

Update README.md

Ben Hsieh 8 anos atrás
pai
commit
df2b6f4efc
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      README.md

+ 4
- 0
README.md Ver arquivo

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.