Closed Sacharified closed 6 years ago
This change modifies the stalled event so that it is fired when waiting on the network for data (buffering).
Changes:
buffering
MediaNode
HTMLMediaElement
readyState
SourceNode
looks good!
This change modifies the stalled event so that it is fired when waiting on the network for data (buffering).
Changes:
buffering
property to theMediaNode
based on theHTMLMediaElement
'sreadyState
SourceNode
checks itsbuffering
property when reporting readiness.