How to get a file or blob from an object URL?
I am allowing the user to load images into a page via drag&drop and other methods. When an image is dropped, I’m using URL.createObjectURL
to convert to an object URL to display the image. I am not revoking the url, as I do reuse it.