Setting Up IndexedDB with Promises
Let's add to our project the IDB promise-based wrapper.
At index.html
add the following reference to replace IDB globally in the context:
<script src="https://cdn.jsdelivr.net/npm/idb@7/build/umd.js"></script>
Let's add to our project the IDB promise-based wrapper.
At index.html
add the following reference to replace IDB globally in the context:
<script src="https://cdn.jsdelivr.net/npm/idb@7/build/umd.js"></script>