Load a file from Supabase Storage to a file variable

Hi,
I want to load a file already stored in Supabase storage to a weweb file variable.
I managed to get a signed URL for this file but I don’t know how to load it in a file variable using the URL.

Any ideas?

Wouldn’t simply downloading it work? Is there a need for saving it in a variable? What’s the next step?