瀏覽代碼

info() method definition for FetchBlobResponse

Sergey Sychev 6 年之前
父節點
當前提交
be168c3b75
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      index.d.ts

+ 1
- 0
index.d.ts 查看文件

96
      */
96
      */
97
     flush(): void;
97
     flush(): void;
98
     respInfo: RNFetchBlobResponseInfo;
98
     respInfo: RNFetchBlobResponseInfo;
99
+    info(): RNFetchBlobResponseInfo;
99
     session(name: string): RNFetchBlobSession | null;
100
     session(name: string): RNFetchBlobSession | null;
100
     /**
101
     /**
101
      * Read file content with given encoding, if the response does not contains
102
      * Read file content with given encoding, if the response does not contains