1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-23 08:38:06 +02:00

Merge pull request #19099 from timvandermeij/updates

Update dependencies and translations to the most recent versions
This commit is contained in:
Tim van der Meij 2024-12-01 14:54:07 +01:00 committed by GitHub
commit 2bbf9b432c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 225 additions and 86 deletions

View file

@ -851,8 +851,8 @@ class PDFDocumentProxy {
}
/**
* @type {Array<string, string|null>} A (not guaranteed to be) unique ID to
* identify the PDF document.
* @type {Array<string | null>} A (not guaranteed to be) unique ID to identify
* the PDF document.
* NOTE: The first element will always be defined for all PDF documents,
* whereas the second element is only defined for *modified* PDF documents.
*/