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.
2 parents e10f658 + be168c3 commit d1564d8Copy full SHA for d1564d8
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