mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 23:21:15 +00:00 
			
		
		
		
	Revert "[HTML5] Fetch API now passes credentials."
(cherry picked from commit 63df46c238)
			
			
This commit is contained in:
		
							parent
							
								
									690020d385
								
							
						
					
					
						commit
						a73bd2dec4
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -89,7 +89,6 @@ const GodotFetch = {
 | 
			
		|||
				method: method,
 | 
			
		||||
				headers: headers,
 | 
			
		||||
				body: body,
 | 
			
		||||
				credentials: 'include',
 | 
			
		||||
			};
 | 
			
		||||
			obj.request = fetch(url, init);
 | 
			
		||||
			obj.request.then(GodotFetch.onresponse.bind(null, id)).catch(GodotFetch.onerror.bind(null, id));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue