DEV Community

Discussion on: Build a basic web app with IndexedDB

Collapse
 
bdarab profile image
bdarab • Edited

Thanks for the effort! But, your code stops working after you try to onclick="submitNote()", with the error message " Uncaught ReferenceError: submitNote is not defined at HTMLButtonElement. onclick (index.html:13)".

And since the codes are chained together, makes it impossible to follow.
And again, since your Github address is also "Not Available", I had no reference to check my code against yours. Even though, I am sure I followed it with no mistakes.
Well, thanks anyway!
It is very difficult to find a good indexedDB coding tutorial. Since even Mozilla MDN's code stops working at some point.