-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: eme controller #47
base: main
Are you sure you want to change the base?
Conversation
Note Urls will be available only after netlify deploy. PreviewApi Reference
Demo |
❌ Deploy Preview for videojsdev failed. Why did it fail? →
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
==========================================
+ Coverage 63.89% 63.98% +0.09%
==========================================
Files 114 115 +1
Lines 4833 4848 +15
Branches 633 635 +2
==========================================
+ Hits 3088 3102 +14
- Misses 1737 1738 +1
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
distinctiveIdentifier?: MediaKeysRequirement; | ||
persistentState?: MediaKeysRequirement; | ||
sessionTypes?: Array<string>; | ||
} |
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.
you do not have to declare it, it should be in the built-in typescript types for browser
NOTE: WIP⚠️
As of now, I am looking for discussion regarding the API/Config. Values that are commented out are things I am leabing towards EXCLUDING from the API/Config. Anything not commented is what I am expecting to include.
Please read through the comments, as I have some thoughts that I'd appreciate feedback on.
Description
Draft PR for EME controller related changes.
Specific Changes proposed
Please list the specific changes involved in this pull request.
Requirements Checklist