Skip to content

Allow users to more easily set single config fields #763

Closed
@joeyparrish

Description

@joeyparrish

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions