Fix fetchData
The fetchData function suffer from a race condition. If the function is called before the promise finishes, it will result in another pair of HTTP request. This does not only make the function useless but Actually, it makes it harmful as the data might be redownloaded twice. Now fetchData is not a function but rather the promise by itself. Previous callers are expected to await the variable instead, this should be not concern as awaiting a promise multiple time in JavaScript is completely safe.
This commit is contained in:
		
							parent
							
								
									1313bd9779
								
							
						
					
					
						commit
						7e0f2e4449
					
				
					 7 changed files with 16 additions and 26 deletions
				
			
		
							
								
								
									
										4
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -3,5 +3,5 @@ public
 | 
			
		|||
resources
 | 
			
		||||
.idea
 | 
			
		||||
content/.obsidian
 | 
			
		||||
static/linkIndex.json
 | 
			
		||||
static/contentIndex.json
 | 
			
		||||
assets/indices/linkIndex.json
 | 
			
		||||
assets/indices/contentIndex.json
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue