immich icon indicating copy to clipboard operation
immich copied to clipboard

feat: PreloadManager

Open midzelis opened this issue 1 month ago • 0 comments

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.

midzelis avatar Dec 06 '25 19:12 midzelis