Search
Try Notion
📥📥
Indexed DB
Indexed DB provides power of Databases like MySQL, works online and offline both!
Basic Patterns
Open a database.
Create an object store in the database.
Start a transaction and make a request to do some database operation, like adding or retrieving data.
Wait for the operation to complete by listening to the right kind of DOM event.
Do something with the results (which can be found on the request object).
For reference :