How do I get this file from the file url and store it in indexedDB?

how do I get online files through url and store them in indexedDB? I think the first step should be to download the file, convert it to binary, and then store it. But how to transform it?

Apr.07,2021

indexedDB can save objects directly. Without conversion, you can get your files directly, and then insert them into them

.
Menu