Getting started
This chapter focuses mostly on the basics of using IndexedDB. If you want to see a real-life example, we've implemented IndexedDB into our demonstration app in the code package of this book located at logology-v07/
.
Several of the snippets in this chapter are also available using the interactive snippet playground that accompanies the code package of this book. Instructions to launch the playground are in the README.md
file in the code package. Once it starts, select 7: IndexedDB and then browse and experiment with the examples. Where applicable, each section and snippet will indicate which chapter and example you should select.