Commit Graph

27 Commits

Author SHA1 Message Date
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
Aya Morisawa
069003c1d2 Remove trailing whitespaces 2016-01-27 19:30:04 +09:00
Attila Gazso
81516e3ef9 Added missing playsinline to PlayerVars
As seen at https://developers.google.com/youtube/player_parameters
2015-11-26 21:19:23 +01:00
Attila Gazso
f62de72ab3 Added missing onError EventHandler 2015-11-23 22:13:06 +01:00
Masahiro Wakame
556883ddff Merge pull request #4170 from javier-lerones-gallego/patch-1
PlayerOptions width and height should be strings, adds Player.destroy()
2015-11-05 22:49:28 +09:00
Javier
f709afbe27 Update youtube.d.ts
Adds union type to width and height, can be either a string like "100%", or a number instead.
2015-11-04 09:35:13 -08:00
vvakame
eba9f1e2ff remove unrequired .tscparams 2015-08-08 15:41:13 +09:00
Niklas Mollenhauer
9a8c66d5ac Fix indentation 2015-06-02 11:24:36 +02:00
Niklas Mollenhauer
7026f99eeb Add UNSTARTED to PlayerState
See docs:
https://developers.google.com/youtube/iframe_api_reference
2015-06-02 11:03:45 +02:00
jdtaylor91
ca2e9fe966 Add missing definitions for youtube.d.ts 2015-05-19 15:06:22 +01:00
Javier
90fe3e51ea PlayerOptions width and height should be strings, adds Player.destroy()
Per https://developers.google.com/youtube/iframe_api_reference PlayerOptions can be other than numbers, in fact in the API reference are created as strings even though they are specified as numbers: '100%' works.

Also adds the Player.destroy() method, which removes the iframe from the DOM.
2015-04-21 11:14:03 -07:00
aaron
3f4a36cbdc fix youtube addEventListener signature 2015-03-28 15:39:24 -04:00
Mohamed Hegazy
2aaa293cb1 Remove quotes from response files 2014-09-02 14:53:39 -07:00
Niklas Mollenhauer
7f47a884ea Remove trailing spaces from empty lines 2014-07-28 23:22:29 +02:00
Niklas Mollenhauer
2d73f73138 Add getVideoData() + interfaces 2014-07-28 23:22:10 +02:00
Bart van der Schoor
1d345f6c14 cleaned-up headers 2014-06-18 23:31:11 +02:00
Bartvds
d436daf4c2 added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 02:59:02 +01:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker
beae1ebd88 fix scroller, soundjs and youtube definitions 2013-06-24 22:22:57 +01:00
Boris Yankov
b785ffc254 Update readme and metadata in several definition files 2013-01-20 07:08:19 +02:00
Ian Obermiller
d6ffccd18d Update youtube definition.
Make the youtube definition more idiomatic TypeScript, and add some missing loadBy and cueBy methods.
2013-01-08 22:05:17 -08:00
Daz Wilkin
df0dd60fb0 YouTube API: added exports 2012-12-13 10:57:27 -08:00
Daz Wilkin
fb13c206f2 YouTube API
First attempt at creating a TypeScript definition file. This is only a
partial implementation. Unsure about the use of the module to scope the
interfaces.
2012-12-06 13:01:12 -08:00