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

Browser-compatibility fix for data URI scheme. #239

Merged
merged 2 commits into from
Nov 20, 2014
Merged

Commits on Sep 5, 2014

  1. Browser-compatibility fix for data URI scheme.

    Since MSIE cuts off URL's validated in this way at 5120 bytes, data URI's should not be qualified this way. This bugfix allows you to use base64-encoded data URI's for audio data.
    smidgen committed Sep 5, 2014
    Configuration menu
    Copy the full SHA
    b2c841f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. Bugfix for Chrome 37

    As of Chrome version 37, the Android bugfix appears to be no longer needed, and in fact breaks jPlayer. This is the fix.
    smidgen committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    f2c9f81 View commit details
    Browse the repository at this point in the history