fix(sim): bust HTTP cache on media preload so re-baked clips show #22
Reference in New Issue
Block a user
Delete Branch "fix/preload-cache-bust"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The preload fetched each clip with the default HTTP cache, so a clip re-baked under the same path (e.g. the cosmos base re-sourced to the Webb Cosmic Cliffs flythrough) kept showing stale footage after a reload — worst case forever when a pre-
no-cachebuild pinned itimmutable, max-age=1y. Fetch the preload withcache: "reload"to bypass the HTTP cache and refresh the entry; the in-memory blob cache still gives instant in-session swaps.\n\n269 passed, 2 skipped.\n\n🤖 Generated with Claude Code