DefinitelyTyped/webrtc
Andy ae4fe7b6de Use "lib" in tsconfigs instead of "target". (#13968)
* Use "lib" in tsconfigs instead of "target".

Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.

* Update new-package and readme

* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
..
test Rename test files to be consistent (#13882) 2017-01-10 06:33:06 -08:00
index.d.ts
MediaStream.d.ts
readme.md
RTCPeerConnection.d.ts
tsconfig.json Use "lib" in tsconfigs instead of "target". (#13968) 2017-01-18 07:51:51 -08:00

WebRTC Definition Notes

The WebRTC specification

The WebRTC specification is currently a work in progress, but it has been implemented at a basic level in recent versions of Chrome, Opera and (to a lesser extent) Firefox. The latest version of the specification can be found at https://www.w3.org/TR/webrtc/.

This particular set of definitions does not use any vendor-specific prefixes. Instead, you should probably use adapter.js.

The definitions track the currently published working draft. Deprecated features are dropped.