From b3b8e7e467b268c499c0cf2f0cc51a869f37cfe9 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 30 May 2021 15:51:26 +0200 Subject: [PATCH] The `es5` -> `legacy` rename has now reached the stable release --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index da734db..a519af2 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -32,7 +32,7 @@ Not by default, but it is possible. PDF.js runs with the same permissions as an ## Which browsers are supported? -From version 2.4.456 on we produce a non-translated/non-polyfilled build for modern browsers by default. However, we also provide the translated/polyfilled build for older browsers in a separate bundle (with the `-es5-dist.zip` suffix). +From version `2.4.456` on we produce a non-translated/non-polyfilled build for modern browsers by default. However, we also provide the translated/polyfilled build for older browsers in a separate bundle (with the `-legacy-dist.zip` suffix). The objective is to support all HTML5 compliant browsers, but since feature support varies per browser/version our support for all PDF features varies as well. In general, the support is below. If no version is indicated, then the latest desktop/mobile versions are intended.