| 
									
										
										
										
											2025-02-11 02:04:50 +08:00
										 |  |  | module.exports = function supportsResponse() { | 
					
						
							| 
									
										
										
										
											2024-11-14 08:01:30 +08:00
										 |  |  | 	try { | 
					
						
							|  |  |  | 		// eslint-disable-next-line n/no-unsupported-features/node-builtins
 | 
					
						
							|  |  |  | 		return typeof Response !== "undefined"; | 
					
						
							|  |  |  | 	} catch (_err) { | 
					
						
							|  |  |  | 		return false; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | }; |