docs(runtime): align docs with hashed runtime asset
Replace fixed /hemx.js wording with helper-provided runtime asset language so docs match hemx-axum runtime_js_path deployment boundaries. req: axum_integration/005 req: examples/001
This commit is contained in:
@@ -35,10 +35,11 @@ The normal path remains server-first typed handlers and generated effects.
|
||||
|
||||
## Cached shell
|
||||
|
||||
A PWA shell may cache page HTML, CSS, the matching `/hemx.js`, and explicit island
|
||||
scripts for one release. It must obey the same release-unit policy as
|
||||
`docs/recipes/deploy-versioning.md`: cached server HTML and cached runtime assets
|
||||
must be compatible with the server that receives later interactions. req: abi/002 req: abi/004
|
||||
A PWA shell may cache page HTML, CSS, the matching `runtime_js_path()` asset, and
|
||||
explicit island scripts for one release. It must obey the same release-unit
|
||||
policy as `docs/recipes/deploy-versioning.md`: cached server HTML and cached
|
||||
runtime assets must be compatible with the server that receives later
|
||||
interactions. req: abi/002 req: abi/004
|
||||
|
||||
Recommended behavior:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user