forked from dmurph/indexed-db-observers
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
18 lines (18 loc) · 798 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<div>
<h1>IndexedDB Observers Examples</h1>
<p>
These examples show a prototype of IndexedDB observers.
<ul>
<li><a href="examples/basic-observing-example.html">Basic Observing Example</a>
<li><a href="examples/multiple-object-stores-example.html">Observing Multiple Object Stores</a>
<li><a href="examples/start-stop-example.html">Starting and Stopping Observers</a>
<li><a href="examples/multiple-connections-example.html">Observing Across Multiple Connections</a>
<li><a href="examples/demo-app.html">Demo App (shows all functionality of observers)</a>
</ul>
</p>
</div>
<div>
| <a href="https://github.com/dmurph/indexed-db-observers"
</div>Project Page</a> | <a href="https://dmurph.github.io/indexed-db-observers/">Examples</a> |
</div>