Skip to content

Commit

Permalink
Merge pull request #237 from afshin/media-stream-event
Browse files Browse the repository at this point in the history
Remove deprecated MediaStreamErrorEvent
  • Loading branch information
Steven Silvester authored Sep 22, 2021
2 parents 769a8d7 + 3b6a0ec commit 6377a3e
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 6377a3e

Please sign in to comment.