Bugzilla – Bug 15674Minor typo: var sfx = new Audio('sfx.wav'); var sounds = a.addTextTrack('metadata'); should (I think!) be var sfx = new Audio('sfx.wav'); var sounds = sfx.addTextTrack('metadata');Last modified: 2012-07-18 18:40:21 UTC
This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.