| 
									
										
										
										
											2022-05-27 19:50:24 +02:00
										 |  |  | /** | 
					
						
							|  |  |  |  * autocreated commitinfo by @pushrocks/commitinfo | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | export const commitinfo = { | 
					
						
							| 
									
										
										
										
											2023-07-10 22:31:55 +02:00
										 |  |  |   name: '@push.rocks/webrequest', | 
					
						
							| 
									
										
										
										
											2024-04-17 20:19:51 +02:00
										 |  |  |   version: '3.0.37', | 
					
						
							| 
									
										
										
											
												feat: Implement comprehensive web request handling with caching, retry, and interceptors
- Added cache strategies: NetworkFirst, CacheFirst, StaleWhileRevalidate, NetworkOnly, and CacheOnly.
- Introduced InterceptorManager for managing request, response, and error interceptors.
- Developed RetryManager for handling request retries with customizable backoff strategies.
- Implemented RequestDeduplicator to prevent simultaneous identical requests.
- Created timeout utilities for handling request timeouts.
- Enhanced WebrequestClient to support global interceptors, caching, and retry logic.
- Added convenience methods for common HTTP methods (GET, POST, PUT, DELETE) with JSON handling.
- Established a fetch-compatible webrequest function for seamless integration.
- Defined core type structures for caching, retry options, interceptors, and web request configurations.
											
										 
											2025-10-20 09:59:24 +00:00
										 |  |  |   description: | 
					
						
							|  |  |  |     'A module for making secure web requests from browsers with support for caching and fault tolerance.', | 
					
						
							|  |  |  | }; |