Skip to content

Commit be168c3

Browse files
author
Sergey Sychev
committed
info() method definition for FetchBlobResponse
1 parent d8c79f6 commit be168c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export interface FetchBlobResponse {
9696
*/
9797
flush(): void;
9898
respInfo: RNFetchBlobResponseInfo;
99+
info(): RNFetchBlobResponseInfo;
99100
session(name: string): RNFetchBlobSession | null;
100101
/**
101102
* Read file content with given encoding, if the response does not contains

0 commit comments

Comments
 (0)