1

How to capture HTML 5 Video/ Audio element download event

enter image description here

Kartheek Palla
  • 123
  • 1
  • 11

1 Answers1

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