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

Side by Side Diff: src/site/docs/tutorials/indexeddb/index.markdown

Issue 51473002: update polymer related info to 0.8.7 (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: arrr maties. Created 7 years, 1 month 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 unified diff | Download patch
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Use IndexedDB" 3 title: "Use IndexedDB"
4 description: "Use IndexedDB for persistence and offline capability for your app. " 4 description: "Use IndexedDB for persistence and offline capability for your app. "
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: indexeddb 7 id: indexeddb
8 next: 8 next:
9 next-title: "Home" 9 next-title: "Home"
10 prev: forms/ 10 prev: forms/
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 Use the **Clear** button to delete all the milestones. 123 Use the **Clear** button to delete all the milestones.
124 124
125 <iframe class="running-app-frame" 125 <iframe class="running-app-frame"
126 style="height:400px;width:600px;" 126 style="height:400px;width:600px;"
127 src="examples/count_down/out/web/count_down.html"> 127 src="examples/count_down/out/web/count_down.html">
128 </iframe> 128 </iframe>
129 129
130 <aside class="alert"> 130 <aside class="alert">
131 <strong>Version Note:</strong> The count_down app 131 <strong>Version Note:</strong> The count_down app
132 is compatible with 132 is compatible with
133 <a href="https://pub.dartlang.org/packages/polymer#versions">polymer.dart 0.8.1< /a>. 133 <a href="https://pub.dartlang.org/packages/polymer#versions">polymer.dart 0.8.7< /a>.
134 </aside> 134 </aside>
135 135
136 ###Using developer tools to look at the database 136 ###Using developer tools to look at the database
137 137
138 You can use the browser's developer tools 138 You can use the browser's developer tools
139 to explore the IndexedDB databases used by your apps. 139 to explore the IndexedDB databases used by your apps.
140 In Chrome, select **View&nbsp;>&nbsp;Developer&nbsp;>&nbsp;Developer Tools**, 140 In Chrome, select **View&nbsp;>&nbsp;Developer&nbsp;>&nbsp;Developer Tools**,
141 then choose **Resources** from the tabs along the top of the window. 141 then choose **Resources** from the tabs along the top of the window.
142 The following diagram shows the database 142 The following diagram shows the database
143 for the count_down app with two milestones. 143 for the count_down app with two milestones.
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 712
713 ###What next? 713 ###What next?
714 714
715 You've completed the tutorials! 715 You've completed the tutorials!
716 Check out the Dart 716 Check out the Dart
717 [code samples](/samples/) and [articles](/articles/). 717 [code samples](/samples/) and [articles](/articles/).
718 718
719 {% endcapture %} 719 {% endcapture %}
720 720
721 {% include tutorial.html %} 721 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/forms/index.markdown ('k') | src/site/docs/tutorials/polymer-intro/images/bootstrap-script.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698