JavaScript: How to use blob URL saved in localStorage after reload
I am building an app in Next.js with no server. I get a video file input using an <input> tag, after that I convert it to a blob url and save it in localStorage for cross-session use. However, after reloading…