Mini Map
Search
⌘ K
Log In
Building a Web Application with JavaScript and IndexedDB
0%
1.
Introduction to IndexedDB
Introduction
What is IndexedDB?
Accessing IndexedDB
Versioning the Database
List All the Databases
Delete a Database
Parallel Upgrade Problem
Quiz: Basics of IndexedDB
2.
Object Store and Transaction
What Is an Object Store?
What Is a Transaction?
Creating an Object Store
Storing Data to the Object Store
Reading the Data from the Object Store
Update the Data of the Object Store
Delete the Data
Remove the Object Store
Quiz: Object Store and Transactions
Challenge: Handling Employee Details
Solution Review: Handling Employee Details
3.
Index and Cursor
What Is an Index?
Create an Index for the Object Store
Access the Available Index
What Is a Cursor?
Creating a Cursor for the Object Store
Retrieving the Range of Data with a Cursor
Configuring the Range and Direction of the Cursor
Retrieve Data of an Index from Object Store Using Cursor
Using Cursor to Update and Delete Data of the Object Store
Quiz: Index and Cursor
Mini Project
Premium
To-Do List Project
4.
Conclusion
Wrapping Up
Home
/
Courses
/
Building a Web Application with JavaScript and IndexedDB
Quiz: Index and Cursor
Take this quiz to test your knowledge about the index and cursor.
We'll cover the following...
...