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

feat(controlsList): passing through Chrome's controlsList attribute #40

Merged
merged 1 commit into from Nov 2, 2017

Conversation

uncleramsay
Copy link

Google Chrome allows an attribute 'controlsList', which allows you to
blacklist certain controls, like the download button. This change passes
the attribute through so that it can be used with ReactAudioPlayer.
https://googlechrome.github.io/samples/media/controlslist.html

Originally filed in #35, but I closed that one since React didn't support the attribute.
However, support was added in 15.6.2, so this should be good now.

Google Chrome allows an attribute 'controlsList', which allows you to
blacklist certain controls, like the download button. This change passes
the attribute through so that it can be used with ReactAudioPlayer.
https://googlechrome.github.io/samples/media/controlslist.html
@justinmc
Copy link
Owner

justinmc commented Nov 2, 2017

Thanks for following up on this! Works for me locally and the PR looks perfect. I'll go ahead and merge this and then make a new release shortly.

@justinmc justinmc merged commit 7d8ede3 into justinmc:master Nov 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants