ippa / jaws

Jaws - HTML5 canvas javascript 2D Game Framework
https://jawsjs.ippa.se
GNU Lesser General Public License v3.0
364 stars 75 forks source link

Fix for Safari 5.1.7 #102

Closed videlais closed 11 years ago

videlais commented 11 years ago

There is bug in the current version of Safari that will return a slightly off result from the currentTime property of the HTML5 Audio object.

Seeking the file to fraction will result in a value that is the fraction plus the audio buffer offset. (A difference of 0.00004 in most cases.)

This passes the test for Safari.