mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-16 22:40:01 +08:00
* For ReactDOM.render, make element parameter nullable to match React API and match Typescript 2.0 definition for Document.getElementById * one more test * make getStats param nullable per standard
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 http://dev.w3.org/2011/webrtc/editor/webrtc.html.
This particular set of definitions has been annotated with the vendor-specific prefixes for Chrome (e.g., webitkit),
but anyone who wants, feel free to add the Mozilla-specific prefixes.