mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 02:00:35 -06:00
Add missing removeEventListener doc
This commit is contained in:
parent
e15ce63041
commit
914af0d9e4
@ -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.
|
||||
|
||||
## `removeEventListener(eventName : string, handler : Function)`
|
||||
|
||||
Remove a listener.
|
||||
|
||||
## `getResolutions() : Promise<PeerTubeResolution[]>`
|
||||
|
||||
Get the available resolutions. A `PeerTubeResolution` looks like:
|
||||
|
Loading…
Reference in New Issue
Block a user