Merge pull request #15499 from Snuffleupagus/support-docs

Reference supported browsers Wiki-page in more README files
This commit is contained in:
Tim van der Meij 2022-09-24 14:43:45 +02:00 committed by GitHub
commit 369f23ff3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -25,7 +25,7 @@ Feel free to stop by our [Matrix room](https://chat.mozilla.org/#/room/#pdfjs:mo
Please note that the "Modern browsers" version assumes native support for Please note that the "Modern browsers" version assumes native support for
features such as optional chaining, nullish coalescing, features such as optional chaining, nullish coalescing,
and private `class` fields/methods. and private `class` fields/methods; please also see [this wiki page](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support).
+ Modern browsers: https://mozilla.github.io/pdf.js/web/viewer.html + Modern browsers: https://mozilla.github.io/pdf.js/web/viewer.html

View File

@ -37,16 +37,18 @@ Before downloading PDF.js please take a moment to understand the different layer
## Download ## Download
Please refer to [this wiki page](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support) for information about supported browsers.
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-4">
<h3>Prebuilt</h3> <h3>Prebuilt (modern browsers)</h3>
<p> <p>
Includes the generic build of PDF.js and the viewer. Includes the generic build of PDF.js and the viewer.
</p> </p>
<a type="button" class="btn btn-primary" href="https://github.com/mozilla/pdf.js/releases/download/vSTABLE_VERSION/pdfjs-STABLE_VERSION-dist.zip">Stable (vSTABLE_VERSION)</a> <a type="button" class="btn btn-primary" href="https://github.com/mozilla/pdf.js/releases/download/vSTABLE_VERSION/pdfjs-STABLE_VERSION-dist.zip">Stable (vSTABLE_VERSION)</a>
</div> </div>
<div class="col-md-4"> <div class="col-md-4">
<h3>Prebuilt (for older browsers)</h3> <h3>Prebuilt (older browsers)</h3>
<p> <p>
Includes the generic build of PDF.js and the viewer. Includes the generic build of PDF.js and the viewer.
</p> </p>