mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[api-minor] Rename -es5
to -legacy
, to reduce confusion over what's actually supported (issue 12976)
*Please note that this will also require some edits of the Wiki.*
This commit is contained in:
parent
31098c404d
commit
0068dba009
10 changed files with 85 additions and 63 deletions
|
@ -147,7 +147,7 @@ class WorkerMessageHandler {
|
|||
throw new Error(
|
||||
"The browser/environment lacks native support for critical " +
|
||||
"functionality used by the PDF.js library (e.g. `ReadableStream`); " +
|
||||
"please use an `es5`-build instead."
|
||||
"please use a `legacy`-build instead."
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue