OLD | NEW |
1 // DO NOT EDIT - unless you are editing documentation as per: | 1 // DO NOT EDIT - unless you are editing documentation as per: |
2 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation | 2 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
3 // Auto-generated dart:audio library. | 3 // Auto-generated dart:audio library. |
4 | 4 |
5 /** | 5 /** |
6 * An API for storing data in the browser that can be queried with SQL. | 6 * An API for storing data in the browser that can be queried with SQL. |
7 * | 7 * |
8 * **Caution:** this specification is no longer actively maintained by the Web | 8 * **Caution:** this specification is no longer actively maintained by the Web |
9 * Applications Working Group and may be removed at any time. | 9 * Applications Working Group and may be removed at any time. |
10 * See [the W3C Web SQL Database specification](http://www.w3.org/TR/webdatabase
/) | 10 * See [the W3C Web SQL Database specification](http://www.w3.org/TR/webdatabase
/) |
11 * for more information. | 11 * for more information. |
12 * | 12 * |
13 * The [dart:indexed_db] APIs is a recommended alternatives. | 13 * The [dart:indexed_db] APIs is a recommended alternatives. |
14 */ | 14 */ |
15 library dart.dom.web_sql; | 15 library dart.dom.web_sql; |
16 | 16 |
17 import 'dart:async'; | 17 import 'dart:async'; |
18 import 'dart:collection'; | 18 import 'dart:collection'; |
19 import 'dart:_internal' hide deprecated; | 19 import 'dart:_internal' hide deprecated; |
20 import 'dart:html'; | 20 import 'dart:html'; |
21 import 'dart:html_common'; | 21 import 'dart:html_common'; |
22 import 'dart:nativewrappers'; | 22 import 'dart:nativewrappers'; |
23 import 'dart:_blink' as _blink; | 23 import 'dart:_blink' as _blink; |
24 | 24 |
25 $!GENERATED_DART_FILES | 25 $!GENERATED_DART_FILES |
26 // FIXME: Can we make this private? | 26 // FIXME: Can we make this private? |
27 final web_sqlBlinkMap = { | 27 final web_sqlBlinkMap = { |
28 $!TYPE_MAP | 28 $!TYPE_MAP |
29 }; | 29 }; |
| 30 |
| 31 $if JSINTEROP |
| 32 // FIXME: Can we make this private? |
| 33 final web_sqlBlinkFunctionMap = { |
| 34 $!TYPE_FUNCTION_MAP |
| 35 }; |
| 36 $endif |
OLD | NEW |