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 race condition when using sha256 on IE11 #252

Merged
merged 5 commits into from
Oct 25, 2019

Commits on Oct 25, 2019

  1. Reworked sha256 to use oncomplete when IE11

    Steve Hobbs committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    caf8bd1 View commit details
    Browse the repository at this point in the history
  2. Added handler for when sha256 errors

    Steve Hobbs committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    2e324bd View commit details
    Browse the repository at this point in the history
  3. Added handler for onabort

    Steve Hobbs committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    354f926 View commit details
    Browse the repository at this point in the history
  4. Tidy up: code refactor, expanded comment

    Steve Hobbs committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f14d160 View commit details
    Browse the repository at this point in the history
  5. Removed stray console.log

    Steve Hobbs committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    44516e5 View commit details
    Browse the repository at this point in the history