Chromium Code Reviews| Index: tools/dom/templates/html/dart2js/web_sql_dart2js.darttemplate |
| diff --git a/tools/dom/templates/html/dart2js/web_sql_dart2js.darttemplate b/tools/dom/templates/html/dart2js/web_sql_dart2js.darttemplate |
| index 2c6fec6589149b3287e389eb141855fed94d3972..2ca275ce9bca42895fab4ae30e3d11a0dbde345f 100644 |
| --- a/tools/dom/templates/html/dart2js/web_sql_dart2js.darttemplate |
| +++ b/tools/dom/templates/html/dart2js/web_sql_dart2js.darttemplate |
| @@ -2,6 +2,17 @@ |
| // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| // Auto-generated dart:audio library. |
| +/** |
| + * An API for storing data in the browser that can be queried with SQL. |
| + * |
| + * **Caution:** this specification is no longer actively maintained by the Web |
| + * Applications Working Group and may be removed at any time. |
| + * See [the W3C Web SQL Database specification](http://www.w3.org/TR/webdatabase/) |
| + * for more information. |
| + * |
| + * The [dart:html.Storage] or [dart:indexed_db] APIs are recommended |
|
blois
2013/02/26 20:55:12
I would just refer to indexed_db- storage is exper
|
| + * alternatives. |
| + */ |
| library dart.dom.web_sql; |
| import 'dart:async'; |