| // DO NOT EDIT - unless you are editing documentation as per: |
| // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| // Auto-generated dart:audio library. |
| |
| /// High-fidelity audio programming in the browser. |
| /// |
| /// > [!Note] |
| /// > This core library is deprecated, and scheduled for removal in late 2025. |
| /// > It has been replaced by [package:web](https://pub.dev/packages/web). |
| /// > The [migration guide](https://dart.dev/go/package-web) has more details. |
| /// |
| /// {@category Web (Legacy)} |
| @Deprecated('Use package:web and dart:js_interop instead.') |
| library dart.dom.web_audio; |
| |
| import 'dart:async'; |
| import 'dart:collection' hide LinkedList, LinkedListEntry; |
| import 'dart:_internal' show FixedLengthListMixin; |
| import 'dart:html'; |
| import 'dart:html_common'; |
| import 'dart:_native_typed_data'; |
| import 'dart:typed_data'; |
| import 'dart:_js_helper' show |
| Creates, JavaScriptIndexingBehavior, JSName, Native, Returns, |
| convertDartClosureToJS; |
| import 'dart:_foreign_helper' show JS; |
| import 'dart:_interceptors' show JavaScriptObject; |
| |
| $!GENERATED_DART_FILES |