fix(cachemanager): Improve cache management and error handling

This commit is contained in:
2025-02-04 01:36:35 +01:00
parent 7999e370f6
commit 4e560a9a51
3 changed files with 66 additions and 58 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2025-02-04 - 3.0.60 - fix(cachemanager)
Improve cache management and error handling
- Updated comments for clarity and consistency.
- Enhanced error handling in `fetch` event listener.
- Optimized cache key management and cleanup process.
- Ensured CORS headers are set for cached responses.
- Improved logging for caching operations.
## 2025-02-03 - 3.0.59 - fix(serviceworker)
Fixed CORS and Cache Control handling for Service Worker