Commit Graph

10 Commits

Author SHA1 Message Date
54afcc46e2 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
a7751006cc update tsconfig 2024-04-14 18:41:19 +02:00
bb4a2a660a update tsconfig 2024-04-01 21:42:43 +02:00
c32fc4c3be update npmextra.json: githost 2024-04-01 20:00:22 +02:00
6d943687ad update npmextra.json: githost 2024-03-30 21:49:20 +01:00
4a0f2288ca fix(core): update 2023-07-10 22:31:55 +02:00
7d28f15f23 fix(core): update 2022-02-10 18:45:22 +01:00
c5f8e36104 fix(core): update 2020-06-25 22:45:19 +00:00
9a9523cc13 BREAKING CHANGE(core): switch to support binary files in future versions 2019-06-04 15:40:30 +02:00
3803de17e9 fix(core): update 2018-11-30 17:12:48 +01:00