-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: Add @export annotations to polyfill install methods #3660
chore: Add @export annotations to polyfill install methods #3660
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
All tests passed! |
Thanks! |
This change allows polyfills to be installed individually e.g. shaka.polyfill.MediaCapabilities.install() instead of shaka.polyfill.installAll() Related to #2625
This change allows polyfills to be installed individually e.g. shaka.polyfill.MediaCapabilities.install() instead of shaka.polyfill.installAll() Related to #2625 Change-Id: Id983cb6eb0c5ca72dc1a6ad6f572ef60136a7a18
This change allows polyfills to be installed individually e.g. shaka.polyfill.MediaCapabilities.install() instead of shaka.polyfill.installAll() Related to #2625 Change-Id: I6863b25d7ad9d835ac9f3c45bb01ca4858ff2f73
Description
This change allows polyfills to be installed individually e.g.
shaka.polyfill.MediaCapabilities.install()
instead ofshaka.polyfill.installAll()
Related to #2625
Type of change
not work as expected)
Checklist:
./build/all.py
and the build passes./build/test.py
and all tests pass