#indexeddb is a new HTML5 concept for storing data in the user's browser. indexeddb is more powerful than local storage and useful for applications that need to store large amounts of data. These apps run more efficiently and load faster.
The W3C has announced that Web SQL Database is a deprecated local storage specification and therefore web developers should no longer use the technology.
Indexeddb is a web SQL database alternative that is more efficient than older technologies.
The following is the functionality -
The above is the detailed content of IndexedDB in HTML5. For more information, please follow other related articles on the PHP Chinese website!