We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the listen page, add a button that resets the current audio's position to zero (play from start)
The text was updated successfully, but these errors were encountered:
@otherphil80, I see your commit (9d77ae1).
Two points - a) tostart should be toStart b) why is tostart in the events list (9d77ae1#diff-a15cfc90836897adc1b9bb68715cbf35R87)?
tostart
toStart
Sorry, something went wrong.
A and B are both fixed (fac3758)
B - yeah I realised that tostart is not a AUDIO DOM event so there was no reason for it to be in the list.
Confirmed, fac3758, closes #3
peichins
No branches or pull requests
On the listen page, add a button that resets the current audio's position to zero (play from start)
The text was updated successfully, but these errors were encountered: