Skip to content

Instantly share code, notes, and snippets.

@vladtsf
Created December 13, 2012 10:05
Show Gist options
  • Save vladtsf/4275440 to your computer and use it in GitHub Desktop.
Save vladtsf/4275440 to your computer and use it in GitHub Desktop.
node.addEventListener( "suspend", function( e ) {
if( this.buffered.length > 0 && this.buffered.end( this.buffered.length - 1 ).toFixed( 3 ) === this.duration.toFixed( 3 ) ) {
console.log( "buffering finished" )
}
} )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment