mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 04:15:23 +01:00 
			
		
		
		
	v1.0 du site web
This commit is contained in:
		
							
								
								
									
										11
									
								
								app/node_modules/cross-fetch/dist/node-polyfill.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								app/node_modules/cross-fetch/dist/node-polyfill.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
const fetchNode = require('./node-ponyfill')
 | 
			
		||||
const fetch = fetchNode.fetch.bind({})
 | 
			
		||||
 | 
			
		||||
fetch.polyfill = true
 | 
			
		||||
 | 
			
		||||
if (!global.fetch) {
 | 
			
		||||
  global.fetch = fetch
 | 
			
		||||
  global.Response = fetchNode.Response
 | 
			
		||||
  global.Headers = fetchNode.Headers
 | 
			
		||||
  global.Request = fetchNode.Request
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user