Commit Graph

59 Commits

Author SHA1 Message Date
Stevi Deter
6236646f80 Make first argument to RTCPeerConnection.getStats nullable (#11058)
* 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
2016-09-06 18:05:42 -07:00
Jacking Liu
7f7e4f44be fix(WebRTC): fix RTCMediaConstraints error.
https://www.w3.org/TR/2013/WD-webrtc-20130910/
2016-08-12 20:04:16 +08:00
Ryan Cavanaugh
b75a58024e Get tests passing again 2016-07-27 14:45:58 -07:00
Ryan Cavanaugh
b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
b9245fba39 Merge commit 'upstream/master~350' into merge_7_25 2016-07-26 17:24:39 -07:00
Danilo Bargen
c820a48f5e webrtc: Fix type of ondatachannel event (#10094) 2016-07-19 16:59:50 -07:00
Ryan Cavanaugh
9d7d5a209a Getting types-2.0 passing CI 2016-07-14 18:13:43 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
Danilo Bargen
677ea8dbd9 Update header 2016-06-22 09:13:51 +02:00
Danilo Bargen
dc58831c27 Update RTCConfiguration interface to latest spec 2016-06-22 09:13:51 +02:00
Danilo Bargen
1067762780 Add promise based API to RTCPeerConnection 2016-05-12 16:48:54 +02:00
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
a581086bb0 Fix webrtc for things that are now in lib.d.ts 2016-05-04 14:15:15 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Toshiya Nakakura
b59563b811 update MediaDeviceInfo 2016-02-23 13:27:42 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
vvakame
9027703c0b pass npm run all in new definition-tester 2016-02-10 00:16:03 +09:00
Horiuchi_H
bc92442c07 change CRLF to LF 2016-02-08 12:01:16 +09:00
Hans-Georg Haberl
1e5b5976e6 added getUserMedia declaration to use with adapter.js 2016-01-29 17:18:48 +01:00
Hans-Georg Haberl
1350c60376 "url" is deprecated in interface RTCIceServer, changed to "urls'
instead;
2016-01-29 17:14:37 +01:00
nakakura
b91489d666 update webrtc/MediaStream.d.ts 2015-12-08 19:15:04 +09:00
Seth Miller
d66b227f9a webrtc: Add MediaDeviceInfo interface and MediaDevices.enumeratedDevices() 2015-09-25 17:00:13 -07:00
vvakame
74c525a19a fix webrtc/RTCPeerConnection.d.ts 2015-08-28 23:50:01 +09:00
Gabriel Garcia
f081c71187 mandatory/optional is deprecated 2015-07-24 18:44:40 -04:00
Gabriel Garcia
7f8dfda9a7 Fix test cases 2015-07-24 18:34:16 -04:00
Gabriel Garcia
6befcf5e84 MediaStream typings 2015-07-24 17:54:39 -04:00
Legokichi Duckscallion
e893bff332 MediaStream extends EventTarget 2015-07-06 00:44:30 +09:00
Martin D.
5fab3bdadc Case change 2015-03-08 21:58:43 -04:00
Martin D.
edc17cd1b4 Case change and callbacks for addIceCandidate 2015-03-08 21:56:09 -04:00
vvakame
070fd9d268 remove not required tscparams 2015-01-02 20:48:15 +09:00
Ben Schwartz
ad39d78fe8 Make corresponding change to the tests 2014-10-06 16:27:54 -04:00
Ben Schwartz
fcae92c73e Change "onicechange" to "oniceconnectionstatechange" in webrtc.
The corresponding change to the WebRTC specification occurred in
January 2013.
2014-10-06 11:43:32 -04:00
nakakura
8bced0edd8 update webrtc/MediaStream.d.ts, RTCPeerConnection.d.ts 2014-09-10 15:22:22 +09:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Lucas Dixon
47e1dccd77 added missing getStats 2014-07-05 19:17:35 -04:00
Lucas Dixon
d0cbf02b26 made RTC prefix standard for all interfaces 2014-07-04 18:13:39 -04:00
Lucas Dixon
df6f0353d0 standardized tabs & spaces 2014-07-04 15:15:29 -04:00
Lucas Dixon
013410fc78 fixed to make it pass tests with --noImplicitAny 2014-07-01 12:11:32 -04:00
Lucas Dixon
ec15376306 * Added TODOs for things that can be done when/if typescript is improved with links in case people want typescript to be better and want to vote on the issue.
* Removed unused IceState
* Added moz specific prefixes
* Fixed broken use of enum for things that are actually strings and added a TypeScript issue for the fix
* Added comments with WebIDL spec for enums
* Added RTCMessageEvent for data channels
* Support send with ArrayBufferView
2014-06-29 22:53:17 -04:00
Lucas Dixon
f57d1bfc3a added optional media constraints 2014-06-29 14:33:23 -04:00
Akonwi Ngoh
88b702265e Update MediaStream.d.ts 2014-06-04 16:09:24 -05:00