Object is the root object of all prototypes in JavaScript. Aside from providing the foundation for the JavaScript object model, Object imparts important methods such as toString() and assign(). Every ...
To create an ObjectStore/table you call the database's createObjectStore function, passing the name of your table and any options you want to apply. In the following code the only option I've used is ...