aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/player/definitions.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Add ability to update embed captionsChocobozzz2020-05-061-0/+7
|
* Fix test embed pageChocobozzz2019-12-181-2/+6
|
* tslint updateChocobozzz2019-04-021-3/+1
|
* Fix player lintChocobozzz2018-07-101-13/+11
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+18
* first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature