Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure correct types for media bindings #2284

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Commits on Feb 7, 2024

  1. fix: ensure correct types for media bindings

    buffered/played/seekable exist on the DOM element but their types are different to the ones Svelte uses for its bindings - adjust them accordingly.
    #2272
    dummdidumm committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    8ac3255 View commit details
    Browse the repository at this point in the history
  2. test

    dummdidumm committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c80e3f7 View commit details
    Browse the repository at this point in the history