-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add parts to video and audio, run all builds on dev #199
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #199 +/- ##
=======================================
Coverage 82.27% 82.27%
=======================================
Files 35 35
Lines 3717 3717
Branches 135 135
=======================================
Hits 3058 3058
Misses 653 653
Partials 6 6
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😎
@@ -33,7 +33,7 @@ template.innerHTML = ` | |||
|
|||
</style> | |||
|
|||
<video crossorigin></video> | |||
<video part="video" crossorigin></video> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Thanks! |
The part attributes for
mux-video
andmux-audio
fix #125.