add stream caching ("offline mode")

This commit is contained in:
2026-03-16 20:32:33 +01:00
parent 8573b82515
commit 3aa762d544
12 changed files with 153 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script>
import { getStreamContext } from '$lib/stream-context.svelte.ts';
import { getStreamContext } from '$lib/streamContext.svelte.ts';
const ctx = getStreamContext();
ctx.clearCurrent();