-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
Why is '_canPlayEvent' default value set to 'canplaythrough'? #1072
Comments
We decided that for most use-cases it makes sense to use |
Hey, I was considering to use Howler for a web radio player. I very much would like for the radio stream to start immediately after clicking the play button. Unfortunately, with Thanks! |
I also have a need to replace https://github.com/goldfire/howler.js/blob/master/src/howler.core.js#L900 to:
The fix being that https://codepen.io/jbgomez/pen/jOYQeKQ?editors=1010 I will push up a feature branch for this shortly and create a PR. |
I'd also like to propose a new feature flag (e.g., |
Hi,
For html5 mode, why is
Howler._canPlayEvent
default value set tocanplaythrough
?Wouldn't it be faster to use
canplay
instead?Thanks!
The text was updated successfully, but these errors were encountered: