typos
This commit is contained in:
@@ -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.
|
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.
|
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.
|
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
|
# emit.mjs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user