Skip to content

Commit

Permalink
feat: Add downloadcompleted event description (#7615)
Browse files Browse the repository at this point in the history
Missing piece of #7609
  • Loading branch information
tykus160 authored Nov 18, 2024
1 parent cd6aae7 commit 0db5813
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ goog.requireType('shaka.media.PresentationTimeline');
*/


/**
* @event shaka.Player.DownloadCompleted
* @description Fired when a download has completed.
* @property {string} type
* 'downloadcompleted'
* @property {!shaka.extern.Request} request
* @property {!shaka.extern.Response} response
* @exportDoc
*/


/**
* @event shaka.Player.DownloadFailed
* @description Fired when a download has failed, for any reason.
Expand Down

0 comments on commit 0db5813

Please sign in to comment.