Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: src/site/docs/tutorials/indexeddb/index.markdown

Issue 99503002: appropriating Shailen's excellent Futures intro into tutorial (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: another pesky file Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/docs/tutorials/index.markdown ('k') | src/site/docs/tutorials/polymer-intro/index.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/tutorials/indexeddb/index.markdown
diff --git a/src/site/docs/tutorials/indexeddb/index.markdown b/src/site/docs/tutorials/indexeddb/index.markdown
index ce78cb1a83eaf024a98162c452974b0fba02c517..ab6882b82b3677d8676d6b68130c02e6391faa2e 100644
--- a/src/site/docs/tutorials/indexeddb/index.markdown
+++ b/src/site/docs/tutorials/indexeddb/index.markdown
@@ -192,7 +192,7 @@ The count_down app uses the following libraries:
| Library | Description |
|---|---|
| <a href="https://api.dartlang.org/dart_indexed_db.html" target="_blank">dart:indexed_db</a> | Save data into an indexed database for persistence and offline capability |
-| <a href="https://api.dartlang.org/dart_async.html" target="_blank">dart:async</a> | Perform tasks asynchronously |
+| <a href="https://api.dartlang.org/dart_async.html" target="_blank">dart:async</a> | Perform tasks asynchronously with Futures |
| <a href="https://api.dartlang.org/dart_core.html" target="_blank">dart:core</a> | Use DateTime and Duration to manage time-related tasks |
| <a href="https://api.dartlang.org/polymer.html" target="_blank">Polymer</a> | Create UIs with custom elements and data binding. |
{: .table }
@@ -204,7 +204,7 @@ This tutorial explains the Dart API for IndexedDB used by the count_down app.
This tutorial does not cover Futures or Polymer.
For information about Futures,
see
-<a href="/articles/using-future-based-apis/">Using Future Based APIs</a>
+<a href="/docs/tutorials/futures/">Use Future-Based APIs</a>
and
<a href="/articles/futures-and-error-handling/">Futures and Error Handling</a>.
For information about Polymer,
@@ -710,7 +710,7 @@ The _loadFromDB method returns a Future that returns the length of the stream.
<ul>
<li> For information about Futures, see
- <a href="/articles/using-future-based-apis/">Using Future Based APIs</a>
+ <a href="/docs/tutorials/futures/">Use Future-Based APIs</a>
and
<a href="/articles/futures-and-error-handling/">Futures and Error Handling</a>.
</li>
« no previous file with comments | « src/site/docs/tutorials/index.markdown ('k') | src/site/docs/tutorials/polymer-intro/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698