blob: c79c9d474dcb4b7a24150fd8249f0e3377b9951c [file] [log] [blame]
// DO NOT EDIT
// Auto-generated dart:audio library.
/**
* High-fidelity audio programming in the browser.
*/
library dart.dom.web_audio;
import 'dart:async';
import 'dart:collection';
import 'dart:_internal' hide deprecated;
import 'dart:html';
import 'dart:html_common';
import 'dart:nativewrappers';
import 'dart:typed_data';
import 'dart:_blink' as _blink;
$!GENERATED_DART_FILES
// FIXME: Can we make this private?
final web_audioBlinkMap = {
$!TYPE_MAP
};
$if JSINTEROP
// FIXME: Can we make this private?
final web_audioBlinkFunctionMap = {
$!TYPE_FUNCTION_MAP
};
$endif