Skip to content

Commit

Permalink
docs: update broken link in reference (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
decepulis authored Jan 16, 2025
1 parent 2343df8 commit 570b4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mux-player/REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
| `playing` | Identical to the native [`playing` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playing_event) |
| `progress` | Identical to the native [`progress` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/progress_event) |
| `ratechange` | Identical to the native [`ratechange` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/ratechange_event) |
| `resize` | Identical to the native [`resize` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/resize_event) |
| `resize` | Identical to the native [`resize` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/resize_event) |
| `seeked` | Identical to the native [`seeked` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeked_event) |
| `seeking` | Identical to the native [`seeking` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/seeking_event) |
| `stalled` | Identical to the native [`stalled` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/stalled_event) |
Expand Down

0 comments on commit 570b4b3

Please sign in to comment.