@@ -67,7 +67,7 @@ modules.
6767
6868---
6969
70- ## Core Functionality
70+ ## Key Featuresβπ
7171
7272- ** Asset Caching:** Implements multiple caching strategies:
7373 - ** Core Cache (` CACHE_CORE ` ):** Stores essential application shell files
@@ -130,7 +130,7 @@ SW -- CSS applied --> Client
130130
131131---
132132
133- ## Usage: Dynamic CSS Loading via JS Module Response
133+ ## Usage: Dynamic CSS Loading via JS Module Responseβπ
134134
135135This worker implements a specific strategy to handle dynamic CSS imports from
136136JavaScript modules (e.g., ` import './some-styles.css'; ` ) located under the
@@ -194,11 +194,11 @@ To understand how `Worker`'s service worker implements the dynamic CSS loading
194194strategy, see the following source files:
195195
196196- **[`Worker.ts`](https:// github.com/CodeEditorLand/Worker/tree/Current/Source/Worker/Worker.ts)** -
197- Main service worker with caching strategies
197+ Main service worker with caching strategies
198198- **[`Register.ts`](https:// github.com/CodeEditorLand/Worker/tree/Current/Source/Worker/Register.ts)** -
199- Service worker registration and update handling
199+ Service worker registration and update handling
200200- **[`Load.ts`](https:// github.com/CodeEditorLand/Worker/tree/Current/Source/Worker/CSS/Load.ts)** -
201- Client-side CSS loader function (`window._LOAD_CSS_WORKER`)
201+ Client-side CSS loader function (`window._LOAD_CSS_WORKER`)
202202
203203The source files explain the two-step fetch process, cache-first strategies for
204204assets, and the `?Skip=Intercept` parameter pattern for avoiding infinite loops.
@@ -285,7 +285,7 @@ Service Worker registration within an HTML page (`.html` file).
285285
286286---
287287
288- ## Changelog
288+ ## Changelogβπ
289289
290290See [`CHANGELOG.md`](https:// github.com/CodeEditorLand/Worker/tree/Current/) for
291291a history of changes to this component.
0 commit comments