OLD | NEW |
1 --- | 1 --- |
2 layout: default | 2 layout: default |
3 title: Countdown | 3 title: Storing and Retrieving Data using IndexedDB |
4 group_id: "working_with_the_dom" | |
5 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do
wn.html | 4 live_example_url: /docs/tutorials/indexeddb/examples/count_down/out/web/count_do
wn.html |
6 header: | 5 header: |
7 css: ["/samples/samples.css"] | 6 css: ["/samples/samples.css"] |
8 --- | 7 --- |
9 | 8 |
10 <h1>{{ page.title }}</h1> | 9 <h1>{{ page.title }}</h1> |
11 | 10 |
12 Enter a name date and time and click the plus (+) button. | 11 Enter a name date and time and click the plus (+) button. |
13 | 12 |
14 This program shows you how to store and retrieve data on the client-side using | 13 This program shows you how to store and retrieve data on the client-side using |
(...skipping 15 matching lines...) Expand all Loading... |
30 | 29 |
31 Read this [tutorial](/docs/tutorials/indexeddb) for | 30 Read this [tutorial](/docs/tutorials/indexeddb) for |
32 more detail, or read the | 31 more detail, or read the |
33 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto
pwatch). | 32 [source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/sto
pwatch). |
34 | 33 |
35 <iframe class="running-app-frame" | 34 <iframe class="running-app-frame" |
36 style="height:400px;width:50%;" | 35 style="height:400px;width:50%;" |
37 src="{{page.live_example_url}}"> | 36 src="{{page.live_example_url}}"> |
38 </iframe> | 37 </iframe> |
39 | 38 |
40 <p>See all <a href="/samples/">samples</a></p> | 39 See all [samples](/samples/). |
OLD | NEW |