Images and videos are passed around as blob URLs instead of raw file contents. Some other files reference these media by their original filename. There is a need for a central repository (accessible from all components) that maps the original file name to the blob URL.
One possible idea is to use an object in sessionStorage to map filenames to URLs
Images and videos are passed around as blob URLs instead of raw file contents. Some other files reference these media by their original filename. There is a need for a central repository (accessible from all components) that maps the original file name to the blob URL.
One possible idea is to use an object in
sessionStorage
to map filenames to URLs