| 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'; | 
| 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 | 
| (...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1309   @DomName('WaveShaperNode.curve') | 1309   @DomName('WaveShaperNode.curve') | 
| 1310   @DocsEditable | 1310   @DocsEditable | 
| 1311   Float32List get curve native "WaveShaperNode_curve_Getter"; | 1311   Float32List get curve native "WaveShaperNode_curve_Getter"; | 
| 1312 | 1312 | 
| 1313   @DomName('WaveShaperNode.curve') | 1313   @DomName('WaveShaperNode.curve') | 
| 1314   @DocsEditable | 1314   @DocsEditable | 
| 1315   void set curve(Float32List value) native "WaveShaperNode_curve_Setter"; | 1315   void set curve(Float32List value) native "WaveShaperNode_curve_Setter"; | 
| 1316 | 1316 | 
| 1317   @DomName('WaveShaperNode.oversample') | 1317   @DomName('WaveShaperNode.oversample') | 
| 1318   @DocsEditable | 1318   @DocsEditable | 
| 1319   @Experimental // untriaged |  | 
| 1320   String get oversample native "WaveShaperNode_oversample_Getter"; | 1319   String get oversample native "WaveShaperNode_oversample_Getter"; | 
| 1321 | 1320 | 
| 1322   @DomName('WaveShaperNode.oversample') | 1321   @DomName('WaveShaperNode.oversample') | 
| 1323   @DocsEditable | 1322   @DocsEditable | 
| 1324   @Experimental // untriaged |  | 
| 1325   void set oversample(String value) native "WaveShaperNode_oversample_Setter"; | 1323   void set oversample(String value) native "WaveShaperNode_oversample_Setter"; | 
| 1326 | 1324 | 
| 1327 } | 1325 } | 
| 1328 // Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file | 1326 // Copyright (c) 2012, the Dart project authors.  Please see the AUTHORS file | 
| 1329 // for details. All rights reserved. Use of this source code is governed by a | 1327 // for details. All rights reserved. Use of this source code is governed by a | 
| 1330 // BSD-style license that can be found in the LICENSE file. | 1328 // BSD-style license that can be found in the LICENSE file. | 
| 1331 | 1329 | 
| 1332 // WARNING: Do not edit - generated code. | 1330 // WARNING: Do not edit - generated code. | 
| 1333 | 1331 | 
| 1334 | 1332 | 
| 1335 @DocsEditable | 1333 @DocsEditable | 
| 1336 @DomName('WaveTable') | 1334 @DomName('WaveTable') | 
| 1337 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#WaveTab
      le-section | 1335 // https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#WaveTab
      le-section | 
| 1338 @Experimental | 1336 @Experimental | 
| 1339 class WaveTable extends NativeFieldWrapperClass1 { | 1337 class WaveTable extends NativeFieldWrapperClass1 { | 
| 1340   WaveTable.internal(); | 1338   WaveTable.internal(); | 
| 1341 | 1339 | 
| 1342 } | 1340 } | 
| OLD | NEW | 
|---|