We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of this:
player.configure({ manifest: { retryParameters: { maxAttempts: 1 }}});
It would be easier to write (and read) this:
player.configure('manifest.retryParameters.maxAttempts', 1);
Perhaps we could allow both styles by detecting the number or types of arguments.
The text was updated successfully, but these errors were encountered:
1cca1d0
Allow users to more easily set single config fields.
ecaea6c
Closes #763 Change-Id: I1918f2a5286781e81f2619296e3201f02b91128f
This feature will be out in v2.4 this week.
Sorry, something went wrong.
ismena
No branches or pull requests
Instead of this:
It would be easier to write (and read) this:
Perhaps we could allow both styles by detecting the number or types of arguments.
The text was updated successfully, but these errors were encountered: