fix(serviceworker): Improve error handling and logging in cache manager and update manager.

This commit is contained in:
2025-02-06 02:54:37 +01:00
parent 435a4a0349
commit 75ce27a4bf
4 changed files with 216 additions and 186 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-02-06 - 3.0.66 - fix(serviceworker)
Improve error handling and logging in cache manager and update manager.
- Enhanced error handling and logging in cache management functions.
- Corrected network request handling in update manager.
- Added missing error handling for fetch events.
## 2025-02-04 - 3.0.65 - fix(readme)
Update documentation with advanced usage and examples