videojs / http-streaming

HLS, DASH, and future HTTP streaming protocols library for video.js
https://videojs-http-streaming.netlify.app/
Other
2.53k stars 425 forks source link

chore(demo): Remove error on iOS on demo page #1493

Closed mister-ben closed 8 months ago

mister-ben commented 8 months ago

Description

Removes an error on the demo page with native playback from an unguarded call to property on player.tech_.vhs

Specific Changes proposed

Using && since this page should be usable on old Chrome.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.26%. Comparing base (e46247f) to head (3f3ba51).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1493 +/- ## ======================================= Coverage 86.26% 86.26% ======================================= Files 43 43 Lines 10877 10877 Branches 2501 2501 ======================================= Hits 9383 9383 Misses 1494 1494 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.