mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #12631 from calixteman/app
JS -- Implement app object
This commit is contained in:
commit
956fcab967
12 changed files with 1259 additions and 19 deletions
|
@ -1481,6 +1481,10 @@ const PDFViewerApplication = {
|
|||
objects,
|
||||
dispatchEventName,
|
||||
calculationOrder,
|
||||
appInfo: {
|
||||
platform: navigator.platform,
|
||||
language: navigator.language,
|
||||
},
|
||||
docInfo: {
|
||||
...info,
|
||||
baseURL: this.baseUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue