mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Refactor
This commit is contained in:
		
							parent
							
								
									5a18d4bc80
								
							
						
					
					
						commit
						318d9195c0
					
				
					 1 changed files with 5 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,11 @@ riot.mixin \net do
 | 
			
		|||
 | 
			
		||||
module.exports = (i, endpoint, data) ->
 | 
			
		||||
	pending++
 | 
			
		||||
 | 
			
		||||
	if pending == 1
 | 
			
		||||
		spinner := document.create-element \div
 | 
			
		||||
			..set-attribute \id \wait
 | 
			
		||||
		document.body.append-child spinner
 | 
			
		||||
	
 | 
			
		||||
	if i? and typeof i == \object then i = i.token
 | 
			
		||||
 | 
			
		||||
	body = []
 | 
			
		||||
| 
						 | 
				
			
			@ -36,11 +40,6 @@ module.exports = (i, endpoint, data) ->
 | 
			
		|||
		then endpoint
 | 
			
		||||
		else "#{CONFIG.api.url}/#{endpoint}"
 | 
			
		||||
 | 
			
		||||
	if pending == 1
 | 
			
		||||
		spinner := document.create-element \div
 | 
			
		||||
			..set-attribute \id \wait
 | 
			
		||||
		document.body.append-child spinner
 | 
			
		||||
 | 
			
		||||
	new Promise (resolve, reject) ->
 | 
			
		||||
		timer = set-timeout ->
 | 
			
		||||
			net.trigger \detected-slow-network
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue