You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The className argument to createAll should either be renamed to selector or should not require the . to be on the front of the variable.
We should not require a class attribute if a source with the dash mime-type is provided.
Any other ideas on how we might cleanup this declarative api would be great.
Maybe instead of requiring an onload we could automatically attach to video elements with a source provided with the correct type? Or maybe support a data-dashjs-create attribute that you put on video elements. Then we run our own handler that processes video elements with that attribute.
The text was updated successfully, but these errors were encountered:
The
className
argument tocreateAll
should either be renamed toselector
or should not require the.
to be on the front of the variable.We should not require a
class
attribute if a source with the dash mime-type is provided.Any other ideas on how we might cleanup this declarative api would be great.
Maybe instead of requiring an
onload
we could automatically attach to video elements with a source provided with the correct type? Or maybe support adata-dashjs-create
attribute that you put on video elements. Then we run our own handler that processes video elements with that attribute.The text was updated successfully, but these errors were encountered: