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

[api-minor] Update the minimum supported browser versions #14538

Merged
merged 1 commit into from
Feb 6, 2022

Commits on Feb 6, 2022

  1. [api-minor] Update the minimum supported browser versions

    Please note that while we "support" some (by now) fairly old browsers, that essentially means that the library (and viewer) will load and that the basic functionality will work as intended.[1]
    However, in older browsers, some functionality may not be available and generally we'll ask users to update to a modern browser when bugs (specific to old browsers) are reported.[2]
    
    There's always a question of just how old browsers the PDF.js contributors can realistically support, and here I'm suggesting that we place the cut-off point at approximately *three* years.
    With that in mind, this patch updates the *minimum* supported browsers (and environments) as follows:
     - Chrome 73, which was released on 2019-03-12; see https://en.wikipedia.org/wiki/Google_Chrome_version_history
     - Firefox ESR (as before); see https://wiki.mozilla.org/Release_Management/Calendar
     - Safari 12.1, which was released on 2019-03-25; see https://en.wikipedia.org/wiki/Safari_version_history#Safari_12
     - Node.js 12, which was release on 2019-04-23 (and will soon reach EOL); see https://en.wikipedia.org/wiki/Node.js#Releases
    
    ---
    [1] Assuming a `legacy`-build is being used, of course.
    
    [2] In general it's never a good idea to use an old/outdated browser, since those may contain *known* security vulnerabilities.
    Snuffleupagus committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    03f5f6a View commit details
    Browse the repository at this point in the history