immich
immich copied to clipboard
feat: PreloadManager
A PreloadManager that allows a use to preload images using AssetResponseDto objects - uses same algorithm as photo-viewer.svelte (which will be replaced to use $lib/utils soon)
In secure contexts, the SW will be used to preload images, and cancelation is supported. In non-secure contexts, a detached Image object is used to load/cache the images, and cancelation is not supported.