| 
				
			 | 
			
			
				@@ -11,8 +11,8 @@ import EventTarget from './EventTarget' 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				 const log = new Log('Blob') 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				 const blobCacheDir = fs.dirs.DocumentDir + '/RNFetchBlob-blobs/' 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				14
			 | 
			
				
			 | 
			
			
				-// log.disable() 
			 | 
		
	
		
			
			| 
				15
			 | 
			
				
			 | 
			
			
				-log.level(3) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				14
			 | 
			
			
				+log.disable() 
			 | 
		
	
		
			
			| 
				
			 | 
			
				15
			 | 
			
			
				+// log.level(3) 
			 | 
		
	
		
			
			| 
				16
			 | 
			
				16
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				17
			 | 
			
				17
			 | 
			
			
				 /** 
			 | 
		
	
		
			
			| 
				18
			 | 
			
				18
			 | 
			
			
				  * A RNFetchBlob style Blob polyfill class, this is a Blob which compatible to 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -342,6 +342,5 @@ function createMixedBlobData(ref, dataArray) { 
			 | 
		
	
		
			
			| 
				342
			 | 
			
				342
			 | 
			
			
				       return fs.appendFile(...arg) 
			 | 
		
	
		
			
			| 
				343
			 | 
			
				343
			 | 
			
			
				     }.bind(args[i])) 
			 | 
		
	
		
			
			| 
				344
			 | 
			
				344
			 | 
			
			
				   } 
			 | 
		
	
		
			
			| 
				345
			 | 
			
				
			 | 
			
			
				-  console.log('###ref', ref) 
			 | 
		
	
		
			
			| 
				346
			 | 
			
				345
			 | 
			
			
				   return p.then(() => Promise.resolve(size)) 
			 | 
		
	
		
			
			| 
				347
			 | 
			
				346
			 | 
			
			
				 } 
			 |