Browse Source
				
				Merge pull request #356 from SychevSP/fix-ts-def-FetchBlobResponse
				
					
info() method definition for FetchBlobResponse
				
			 
			
				
					
						
							
							Travis Nuttall
						
						6 years ago
					 
					
				 
			 
			
				
					
					  
					  No account linked to committer's email address
					
				
			
		
		
	
		
			
			 1 changed files with 
1 additions and 
0 deletions
			
		 
		
			
				- 
					
					
					 
					index.d.ts
				
 
			
		
	 
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			| 
				
			 | 
			
			
				@@ -96,6 +96,7 @@ export interface FetchBlobResponse { 
			 | 
		
	
		
			
			| 
				96
			 | 
			
				96
			 | 
			
			
				      */ 
			 | 
		
	
		
			
			| 
				97
			 | 
			
				97
			 | 
			
			
				     flush(): void; 
			 | 
		
	
		
			
			| 
				98
			 | 
			
				98
			 | 
			
			
				     respInfo: RNFetchBlobResponseInfo; 
			 | 
		
	
		
			
			| 
				
			 | 
			
				99
			 | 
			
			
				+    info(): RNFetchBlobResponseInfo; 
			 | 
		
	
		
			
			| 
				99
			 | 
			
				100
			 | 
			
			
				     session(name: string): RNFetchBlobSession | null; 
			 | 
		
	
		
			
			| 
				100
			 | 
			
				101
			 | 
			
			
				     /** 
			 | 
		
	
		
			
			| 
				101
			 | 
			
				102
			 | 
			
			
				      * Read file content with given encoding, if the response does not contains 
			 |