mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
update waa-tests.
This commit is contained in:
@@ -317,7 +317,9 @@ declare var footstepsBuffer: any;
|
||||
|
||||
()=>{
|
||||
var context = new webkitOfflineAudioContext(1, 2, 44100.5);
|
||||
context.oncomplete = function(e) {
|
||||
context.createBufferSource().buffer;
|
||||
}
|
||||
context.startRendering();
|
||||
context.oncomplete(context.createBufferSource().buffer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user