This commit is contained in:
2026-09-09 11:25:10 -06:00
parent 9f0c7cd88f
commit bf12c7fba5
-1
View File
@@ -60,7 +60,6 @@ return handler(CARDS, TAGS, TITLE);
1. **Payload Construction**: Generates global window assignment strings containing the JSON stringified representations of the card collection and tag vocabulary.
2. **Template Hydration**: Imports the raw HTML template (`app.html`), safely replacing the `__TITLE__` token with the provided title value and the `/*__DATA__*/` comment placeholder with the injected data script.
3. **HTTP Response Dispatch**: Wraps the finalized HTML string in a `Response` instance with `text/html; charset=utf-8` headers ready for edge delivery.
4.
# emit.mjs