How to capture HTML 5 Video/ Audio element download event
Asked
Active
Viewed 1,426 times
1 Answers
0
There's no shared event that fires for this action in the native context menu, at least not as defined in the media element spec. Your best option would be to build your own context menu, add a download link to it (including the download
attribute, and add a click listener to that link.

heff
- 3,171
- 1
- 20
- 21
-
Thanks for your response – Kartheek Palla Oct 01 '18 at 10:23