Skip to content

Commit 294c8e4

Browse files
save
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent ef4f034 commit 294c8e4

18 files changed

Lines changed: 11 additions & 77 deletions

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

135135
This worker implements a specific strategy to handle dynamic CSS imports from
136136
JavaScript 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
194194
strategy, 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

203203
The source files explain the two-step fetch process, cache-first strategies for
204204
assets, 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

290290
See [`CHANGELOG.md`](https://github.com/CodeEditorLand/Worker/tree/Current/) for
291291
a history of changes to this component.

β€ŽTarget/Configuration/ESBuild/Target.d.tsβ€Ž

Lines changed: 0 additions & 9 deletions
This file was deleted.

β€ŽTarget/Configuration/ESBuild/Target.d.ts.mapβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€ŽTarget/Configuration/ESBuild/Worker.d.tsβ€Ž

Lines changed: 0 additions & 11 deletions
This file was deleted.

β€ŽTarget/Configuration/ESBuild/Worker.d.ts.mapβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€ŽTarget/Worker.d.tsβ€Ž

Lines changed: 0 additions & 3 deletions
This file was deleted.

β€ŽTarget/Worker.d.ts.mapβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€ŽTarget/Worker.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽTarget/Worker/CSS/Load.d.tsβ€Ž

Lines changed: 0 additions & 8 deletions
This file was deleted.

β€ŽTarget/Worker/CSS/Load.d.ts.mapβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)