Преглед на файлове

info() method definition for FetchBlobResponse

Sergey Sychev преди 5 години
родител
ревизия
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