mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add missing removeEventListener doc
This commit is contained in:
parent
e15ce63041
commit
914af0d9e4
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,10 @@ Seek to the given position, as specified in seconds into the video.
|
||||||
|
|
||||||
Add a listener for a specific event. See below for the available events.
|
Add a listener for a specific event. See below for the available events.
|
||||||
|
|
||||||
|
## `removeEventListener(eventName : string, handler : Function)`
|
||||||
|
|
||||||
|
Remove a listener.
|
||||||
|
|
||||||
## `getResolutions() : Promise<PeerTubeResolution[]>`
|
## `getResolutions() : Promise<PeerTubeResolution[]>`
|
||||||
|
|
||||||
Get the available resolutions. A `PeerTubeResolution` looks like:
|
Get the available resolutions. A `PeerTubeResolution` looks like:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue