8e02ff92db
TBR=jcollins@google.com Change-Id: I151e8d8af4bc647bdf47399c11f83b1625dabcf6 Reviewed-on: https://dart-review.googlesource.com/48523 Reviewed-by: Terry Lucas <terry@google.com> Commit-Queue: Terry Lucas <terry@google.com>
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
// DO NOT EDIT - unless you are editing documentation as per:
|
|
// 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:indexed_db] APIs is a recommended alternatives.
|
|
*
|
|
* {@category Web}
|
|
*/
|
|
library dart.dom.web_sql;
|
|
|
|
import 'dart:async';
|
|
import 'dart:collection' hide LinkedList, LinkedListEntry;
|
|
import 'dart:_internal' show FixedLengthListMixin;
|
|
import 'dart:html';
|
|
import 'dart:html_common';
|
|
import 'dart:_js_helper' show applyExtension, convertDartClosureToJS, Creates,
|
|
JSName, Native, JavaScriptIndexingBehavior;
|
|
import 'dart:_foreign_helper' show JS;
|
|
import 'dart:_interceptors' show Interceptor;
|
|
|
|
$!GENERATED_DART_FILES
|