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

Commit a7fc0d3

Browse files
committed
PDF.js version 2.12.313
1 parent bd2a6cd commit a7fc0d3

File tree

172 files changed

+29420
-22497
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+29420
-22497
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This is a pre-built version of the PDF.js source code. It is automatically
88
generated by the build scripts.
99

1010
For usage with older browsers or environments, without support for modern
11-
features such as e.g. `async`/`await`, `ReadableStream`, optional chaining, and
12-
nullish coalescing; please see the `legacy` folder.
11+
features such as e.g. `async`/`await`, `ReadableStream`, optional chaining,
12+
nullish coalescing, and private `class` fields/methods; please see the `legacy`
13+
folder.
1314

1415
See https://github.com/mozilla/pdf.js for learning and contributing.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdfjs-dist",
3-
"version": "2.11.338",
3+
"version": "2.12.313",
44
"main": [
55
"build/pdf.js",
66
"build/pdf.worker.js"

0 commit comments

Comments
 (0)