From 518a7839e228e9dfd82bfe10aec525d04d1b7673 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 23 Apr 2017 16:52:21 +0200 Subject: [PATCH] Improve browser support section --- Frequently-Asked-Questions.md | 54 +++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 4293ff9..1afe3c7 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -30,56 +30,56 @@ Not by default, but it is possible. PDF.js runs with the same permissions as an ## What browsers are supported? -The goal is to support all HTML5 compliant browsers, but since feature support varies per browser/version our support for all PDF features varies as well. If you want to support more browsers than Firefox you'll need to include [compatibility.js](https://github.com/mozilla/pdf.js/blob/master/web/compatibility.js) which has polyfills for missing features. Find the list of features needed for PDF.js to properly work and browser tests for those features at [[Required Browser Features]]. In general, the support is below: +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. We include `compatibility.js` by default which has polyfills for missing features. Find the list of features needed for PDF.js to properly work and browser tests for those features at [[Required Browser Features]]. In general, the support is below: - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - - + + + + - - - + + + - - - + + +
BrowserSupportedAutomated TestingNotes
BrowserSupportedAutomated testingNotes
Firefox StableyesWindows and LinuxFirefox (stable)YesWindows/Linux
Chrome StableyesWindows and LinuxChrome (stable)YesLinux
Opera StableyesnoneOpera (stable)YesNone
AndroidlimitednoneAndroid's Web Browser version 4.0 or below lacks a number of features or has defects, e.g. in typed arrays or HTTP range requestsLimitedNoneAndroid's own web browser version 4.0 or below lacks a number of features or has defects, e.g., in typed arrays or HTTP range requests.
SafarilimitednoneSafari (desktop and mobile) lacks a number of features or has defects, e.g. in typed arrays or HTTP range requestsLimitedNoneSafari (desktop and mobile) lacks a number of features or has defects, e.g., in typed arrays or HTTP range requests.
IE10+limitednoneIE 10 or above may lack of features or may have defects.IE10/IE11/EdgeLimitedNoneIE10 or above are reported to have missing features and defects.
IE9limitednoneIE9 lacks a number of features and most notably typed arrays which causes subpar performance.LimitedNoneIE9 lacks a number of features, most notably typed arrays which causes subpar performance.
<=IE8NOnoneIE8 or lowerNoNone IE8 and below are missing too many features to be supported.