-
Notifications
You must be signed in to change notification settings - Fork 3k
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 Media Source Extension API feature dectection #2233
Conversation
"name": "MDN documentation", | ||
"href": "https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API" | ||
}], | ||
"builderAliases": ["media_source_extension_api"] |
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.
could you add a caniuse tag?
Detects support the Media Source Extensions API, which allows JavaScript to send byte streams to media codecs within web browsers that support HTML5 video. | ||
*/ | ||
define(['Modernizr'], function(Modernizr) { | ||
// https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API |
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.
Not needed here again.
@patrickkettner would love to hear you opinion on this too |
@rejas you covered the only issues I see. Once fixed, lgtm |
Implements feedback from Modernizr#2233
Thanks for your feedback @rejas. |
Looked good. Thx for your work! |
See https://developer.mozilla.org/en-US/docs/Web/API/Media_Source_Extensions_API