aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/player/events.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-7/+7
|
* tslint updateChocobozzz2019-04-021-2/+2
|
* Fix player lintChocobozzz2018-07-101-28/+28
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-0/+48
* 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