feat(web_serviceworker): Add per-resource metrics and request deduplication to service worker cache manager

This commit is contained in:
2025-12-04 12:37:01 +00:00
parent b33ab76a9e
commit 5d9e914b23
5 changed files with 741 additions and 399 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedserver',
version: '6.6.0',
version: '6.7.0',
description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.'
}