This was worth my time, gave it a share also. Thank you for sharing :)
Thank you. Great article. I love the "CRUD Examples" format. I hope you don't mind if I borrow that some of my posts.
Thank you. Your article is very helpful.
I noticed this issue:
let openRequest = indexedDB.open('database', 1);
// users is the database name and 1 is the version
There is no "users" in your code.
Osinachi Chukwujama
Web developer + Technical Writer
Thank you for this post, Victoria
You said something about localStorage being accessible anywhere on the browser.
Can you give more insights on this?