Ask Your Question
3

The data stored in IndexedDB does not remain permanently.

asked 2021-10-17 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-10-22 00:00:00 +0000

lalupa gravatar image

This statement is partially true. The data stored in IndexedDB can remain permanently, but it depends on how the database is set up and the user's action.

By default, IndexedDB data is stored on the user's local machine and will remain until the user clears their browser's cache or deletes the specific database. However, developers can also choose to set up IndexedDB to sync with a server and store data permanently on that server.

It's important to note that while the data itself can remain permanently, the user's access to that data can still be restricted through permissions and authentication.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-17 11:00:00 +0000

Seen: 15 times

Last updated: Oct 22 '21