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: ensure that requestMediaKeySystemAccess resolves #34891

Commits on Jul 12, 2022

  1. fix: ensure that requestMediaKeySystemAccess resolves

    When widevine was disabled at the build level we never dealt with the callback passed into GetSupportedKeySystems.  This was ok until requests became marked pending in https://chromium-review.googlesource.com/c/chromium/src/+/3430502 until the callback was called.  This resulted in a promise never resolving / rejecting and certain media websites (E.g. spotify) hanging on load waiting for a signal that would never arrive.
    MarshallOfSound authored and electron-bot committed Jul 12, 2022
    Copy the full SHA
    5f71b1c View commit details
    Browse the repository at this point in the history