Skip to content

Commit

Permalink
IMediaElement: Add needkey / webkitneedkey
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jul 24, 2024
1 parent 21d0d72 commit ee99661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compat/browser_compatibility_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export interface IMediaElementEventMap {
leavepictureinpicture: Event;
loadeddata: Event;
loadedmetadata: Event;
needkey: MediaEncryptedEvent;
pause: Event;
play: Event;
playing: Event;
Expand All @@ -211,6 +212,7 @@ export interface IMediaElementEventMap {
visibilitychange: Event;
volumechange: Event;
waiting: Event;
webkitneedkey: MediaEncryptedEvent;
}

/**
Expand Down

0 comments on commit ee99661

Please sign in to comment.