Skip to content
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

Fix for issue #986 handling decodeAudioData events in latest chrome #988

Merged
merged 2 commits into from
Jul 12, 2018
Merged

Fix for issue #986 handling decodeAudioData events in latest chrome #988

merged 2 commits into from
Jul 12, 2018

Commits on Jul 3, 2018

  1. #986 handling loaded event in latest chrome

    I noticed than decodeAudioData of AudioContext has only one parameter and sometime callback passed in to decodeAudioData dont fire at all. I added checking to handle events via promise syntax in modern browsers.
    For me this fix solved problem of frozen preloader which happened randomly.
    Megabyteceer authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    cba160d View commit details
    Browse the repository at this point in the history
  2. tabs fix

    Megabyteceer authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    093e6e7 View commit details
    Browse the repository at this point in the history