How long is blop stored in browser?

Viewed 33

I'm trying to make an app in cordova that stores text and images in database sqlite. I'm testing it in Chrome and Edge. The text in database is stored from the moment I started working on this project. But recently I added the function to store images - and they dissapear when I restart browser. What remains displayed is the text connected to the image and symbol of broken picture. Everything (displaying images, adding, deleting etc) works fine until I close the browser. Why? Can I do something about it?

when I reopen the browser there's error in console: GET blob:http://localhost:8383/5bae1dcf-1498-4370-8fd3-4e58d96992f8 net::ERR_FILE_NOT_FOUND

EDIT: I viewed suggested similar question (How long does a Blob persist?) and tryied the solution to use filesystem api but it didn't change anything.

0 Answers
Related