Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pdfjsbot committed Jan 24, 2021
1 parent 75ce02e commit 7bfceb1
Show file tree
Hide file tree
Showing 157 changed files with 64,033 additions and 47,546 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ parsing and rendering PDFs.
This is a pre-built version of the PDF.js source code. It is automatically
generated by the build scripts.

For usage with older browsers/environments, without support for modern features
such as e.g. `async`/`await`, `Promise`, and `ReadableStream`,
please refer to the `es5` folder.
For usage with older browsers or environments, without support for modern
features such as e.g. `async`/`await`, `ReadableStream`, optional chaining, and
nullish coalescing; please see the `es5` folder.

See https://github.com/mozilla/pdf.js for learning and contributing.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "2.6.347",
"version": "2.7.570",
"main": [
"build/pdf.js",
"build/pdf.worker.js"
Expand Down
Loading

0 comments on commit 7bfceb1

Please sign in to comment.