mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-23 21:35:37 +08:00
added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
5
webaudioapi/waa-20120802.d.ts
vendored
5
webaudioapi/waa-20120802.d.ts
vendored
@@ -1,7 +1,8 @@
|
||||
// Type definitions for the Web Audio API, currently only implemented in WebKit browsers
|
||||
// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
|
||||
// Type definitions for the Web Audio API
|
||||
// Definitions by: Baruch Berger (https://github.com/bbss)
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
|
||||
// Currently only implemented in WebKit browsers
|
||||
|
||||
interface webkitAudioContext {
|
||||
destination: AudioDestinationNode;
|
||||
|
||||
7
webaudioapi/waa-nightly.d.ts
vendored
7
webaudioapi/waa-nightly.d.ts
vendored
@@ -1,7 +1,8 @@
|
||||
// Type definitions for the Web Audio API, currently only implemented in WebKit browsers (nightly builds)
|
||||
// Conforms to the: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html specification
|
||||
// Type definitions for the Web Audio API
|
||||
// Definitions by: Baruch Berger (https://github.com/bbss)
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
|
||||
// Currently only implemented in WebKit browsers (nightly builds)
|
||||
|
||||
interface webkitAudioContext {
|
||||
|
||||
@@ -247,4 +248,4 @@ interface MediaStreamAudioSourceNode extends AudioSourceNode {
|
||||
|
||||
interface MediaStream {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
2
webaudioapi/waa.d.ts
vendored
2
webaudioapi/waa.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
// Type definitions for the Web Audio API
|
||||
// Project: http://www.w3.org/TR/2012/WD-webaudio-20121213/
|
||||
// Definitions by: Baruch Berger (https://github.com/bbss), Kon (http://phyzkit.net/)
|
||||
// Definitions by: Baruch Berger <https://github.com/bbss>, Kon <http://phyzkit.net/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user