Skip to content

Add caching to useBlobDisplayURL hook

Aidan requested to merge ad-blob-caching into master

QueryBlob manages giving us the same blob object, however the previous blob displaying hook allocated a new URI per invocation. This change makes the hook cache all blob URLs, and eventually deallocates with reference counting.

Merge request reports