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
For example, my player does not necessarily know the duration of the track on load. It depends on the user agent loading the track automatically or not, etc.
Then, if the player receives a getDuration message, should it respond with null as the value or not respond at all or with a response that does not have a value property?
The text was updated successfully, but these errors were encountered:
For example, my player does not necessarily know the duration of the track on load. It depends on the user agent loading the track automatically or not, etc.
Then, if the player receives a getDuration message, should it respond with
null
as the value or not respond at all or with a response that does not have avalue
property?The text was updated successfully, but these errors were encountered: