Feat: Longstrip Viewer(s) & Lag Improvements

This commit is contained in:
Youwes09
2026-06-11 23:27:01 -05:00
parent 1e159bbd73
commit 437b52fd8b
26 changed files with 1298 additions and 1325 deletions
+4
View File
@@ -97,6 +97,10 @@ export function clearResolvedUrlCache(): void {
aspectCache.clear();
}
export function getCachedAspect(url: string): number | undefined {
return aspectCache.get(url);
}
export function clearPageCache(chapterId?: number): void {
if (chapterId !== undefined) {
pageCache.delete(chapterId);