Skip to content

Latest commit

 

History

History

indexed-db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

indexed-db

An IndexedDB example.

Instructions

Follow these instructions to build and run the demo.

  1. Run a local web server:
    • python3 -m http.server --directory src/
  2. Open the browser
    • Open the browser and navigate to http://localhost:8000
    • You will see a message that an IndexedDB database was created
  3. Refresh the browser
    • Read the message on the screen.
    • Refresh a few more times and see that more data has been accumulating in the database.

Wish List

General clean-ups, TODOs and things I wish to implement for this project:

  • Stylize the persisted IndexedDB data in a table

Reference