added/fixed headers t-z

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 02:59:02 +01:00
parent fae93966ad
commit d436daf4c2
18 changed files with 56 additions and 26 deletions
+7 -2
View File
@@ -1,4 +1,9 @@
// Type definitions take from http://dev.w3.org/2011/webrtc/editor/getusermedia.html
// Type definitions for WebRTC
// Project: http://dev.w3.org/2011/webrtc/
// Definitions by: Ken Smith <https://github.com/smithkl42/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Taken from http://dev.w3.org/2011/webrtc/editor/getusermedia.html
interface MediaStreamConstraints {
audio: boolean;
@@ -133,4 +138,4 @@ declare var webkitURL: {
prototype: WebkitURL;
new (): streamURL;
createObjectURL(stream: MediaStream): string;
}
}