Skip to content

Commit

Permalink
Remove deprecated MediaStreamErrorEvent h/t @SnarkBoojum
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed Sep 22, 2021
1 parent 769a8d7 commit 3b6a0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/virtualdom/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ type ElementEventMap = {
ondrop: DragEvent;
ondurationchange: Event;
onemptied: Event;
onended: MediaStreamErrorEvent;
onended: ErrorEvent;
onerror: ErrorEvent;
onfocus: FocusEvent;
oninput: Event;
Expand Down
2 changes: 1 addition & 1 deletion review/api/virtualdom.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export type ElementEventMap = {
ondrop: DragEvent;
ondurationchange: Event;
onemptied: Event;
onended: MediaStreamErrorEvent;
onended: ErrorEvent;
onerror: ErrorEvent;
onfocus: FocusEvent;
oninput: Event;
Expand Down

0 comments on commit 3b6a0ec

Please sign in to comment.