We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c79f6 commit be168c3Copy full SHA for be168c3
index.d.ts
@@ -96,6 +96,7 @@ export interface FetchBlobResponse {
96
*/
97
flush(): void;
98
respInfo: RNFetchBlobResponseInfo;
99
+ info(): RNFetchBlobResponseInfo;
100
session(name: string): RNFetchBlobSession | null;
101
/**
102
* Read file content with given encoding, if the response does not contains
0 commit comments