| OLD | NEW |
| 1 library dart.dom.web_audio; | 1 library dart.dom.web_audio; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:collection'; | 4 import 'dart:collection'; |
| 5 import 'dart:_collection-dev'; | 5 import 'dart:_collection-dev' hide deprecated; |
| 6 import 'dart:html'; | 6 import 'dart:html'; |
| 7 import 'dart:html_common'; | 7 import 'dart:html_common'; |
| 8 import 'dart:nativewrappers'; | 8 import 'dart:nativewrappers'; |
| 9 import 'dart:typed_data'; | 9 import 'dart:typed_data'; |
| 10 // DO NOT EDIT | 10 // DO NOT EDIT |
| 11 // Auto-generated dart:audio library. | 11 // Auto-generated dart:audio library. |
| 12 | 12 |
| 13 | 13 |
| 14 | 14 |
| 15 | 15 |
| (...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1348 // WARNING: Do not edit - generated code. | 1348 // WARNING: Do not edit - generated code. |
| 1349 | 1349 |
| 1350 | 1350 |
| 1351 @DocsEditable() | 1351 @DocsEditable() |
| 1352 @DomName('WaveTable') | 1352 @DomName('WaveTable') |
| 1353 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#WaveTab
le-section | 1353 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#WaveTab
le-section |
| 1354 @Experimental() | 1354 @Experimental() |
| 1355 class WaveTable extends NativeFieldWrapperClass1 { | 1355 class WaveTable extends NativeFieldWrapperClass1 { |
| 1356 | 1356 |
| 1357 } | 1357 } |
| OLD | NEW |