mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Add webkitOfflineAudioContext definition, and remove invalid constructor.
This commit is contained in:
@@ -306,3 +306,9 @@ declare var footstepsBuffer: any;
|
||||
}
|
||||
};
|
||||
|
||||
()=>{
|
||||
var context = new webkitOfflineAudioContext(1, 2, 44100.5);
|
||||
context.startRendering();
|
||||
context.oncomplete(context.createBufferSource().buffer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user