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

Drop IE 11 support #604

Merged
merged 1 commit into from Aug 3, 2022
Merged

Drop IE 11 support #604

merged 1 commit into from Aug 3, 2022

Commits on Aug 3, 2022

  1. build: drop support for legacy browsers (IE11, Safari 10)

    BREAKING CHANGE: Drop support for browsers that don't correctly
    implement const/let and default arguments, and no longer transpile the
    browser build to ES2015.
    
    This also removes the fallback on msCrypto instead of the crypto API.
    
    Browser tests are run in the first supported version of each supported
    browser and in the latest (as of this commit) version available on
    Browserstack.
    ctavan committed Aug 3, 2022
    Copy the full SHA
    cb24b7b View commit details
    Browse the repository at this point in the history