mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+7
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user